Skip to content

Commit

Permalink
loosened dependency version requirements and switched to optimization…
Browse files Browse the repository at this point in the history
… level 2 for the executable
  • Loading branch information
nevrome committed Oct 27, 2024
1 parent 988f4ad commit 7bb2468
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions currycarbon.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ library
Currycarbon.Utils
hs-source-dirs:
src
build-depends:
build-depends:
base >= 4.14 && < 5
, filepath >= 1.4 && < 1.5
, filepath >= 1.4 && < 1.6
, parsec >= 3.1 && < 3.2
, vector >= 0.12 && < 0.14
, math-functions >= 0.3 && < 0.4
Expand All @@ -53,13 +53,13 @@ executable currycarbon
currycarbon
, base >= 4.14 && < 5
, optparse-applicative >= 0.16 && < 0.19
, filepath >= 1.4 && < 1.5
, filepath >= 1.4 && < 1.6
other-modules:
Paths_currycarbon
default-language:
Haskell2010
ghc-options:
-threaded -with-rtsopts=-N -optP-Wno-nonportable-include-path
-threaded -O2 -with-rtsopts=-N -optP-Wno-nonportable-include-path

test-suite spec
hs-source-dirs:
Expand Down

0 comments on commit 7bb2468

Please sign in to comment.