Skip to content

Commit

Permalink
Prevent attempted building on GHC 7.8 (it doesn't work) and fix the b…
Browse files Browse the repository at this point in the history
…uild on 7.10 with a conditional semigroups dependency
  • Loading branch information
gwils committed Jun 21, 2018
1 parent 4442dc4 commit f89cca4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geodetics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ source-repository head
library
hs-source-dirs: src
build-depends:
base >= 4.6 && < 5,
base >= 4.7 && < 5,
dimensional >= 1.0,
array >= 0.4
if !impl(ghc>=8.0)
build-depends: semigroups >= 0.9 && < 0.19
ghc-options: -Wall
exposed-modules:
Geodetics.Altitude,
Expand Down

0 comments on commit f89cca4

Please sign in to comment.