Skip to content

Commit 9497a82

Browse files
authored
Merge pull request #400 from tweag/tbagrel1/fix-cabalfile-hackage
Fix `linear-base.cabal` to allow upload on Hackage
2 parents 8d15b9c + dff12e7 commit 9497a82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

linear-base.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ library
118118

119119
hs-source-dirs: src
120120
default-language: Haskell2010
121-
ghc-options: -O
122121
build-depends:
123122

124123
base >=4.15 && <5,
@@ -201,7 +200,6 @@ benchmark mutable-data
201200
Data.Mutable.Array
202201

203202
default-language: Haskell2010
204-
ghc-options: -O
205203
build-depends:
206204
base,
207205
vector,

0 commit comments

Comments
 (0)