Skip to content

Commit

Permalink
Merge pull request #13 from gwils/lower-bound
Browse files Browse the repository at this point in the history
Tighten lower bound
  • Loading branch information
ekmett authored Jun 30, 2019
2 parents 8878510 + f20ba35 commit 051d20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coda.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ common app
common base
default-language: Haskell2010
ghc-options: -Wall
build-depends: base >= 4.10 && < 5
build-depends: base >= 4.11 && < 5

common aeson { build-depends: aeson >= 1.1 && < 1.3 }
common array { build-depends: array }
Expand Down

0 comments on commit 051d20b

Please sign in to comment.