Fix building on GHC 7.8.4
This commit is contained in:
parent
354bee8d32
commit
e3c1c2b464
2 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@ library
|
||||||
, control-monad-omega == 0.3.*
|
, control-monad-omega == 0.3.*
|
||||||
if !impl(ghc >= 8.0)
|
if !impl(ghc >= 8.0)
|
||||||
build-depends:
|
build-depends:
|
||||||
semigroups >=0.16.2.2 && <0.19
|
semigroups >=0.17 && <0.19
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
|
@ -23,6 +23,7 @@ extra-deps:
|
||||||
- http-client-0.4.30
|
- http-client-0.4.30
|
||||||
- natural-transformation-0.4
|
- natural-transformation-0.4
|
||||||
- primitive-0.6.1.0
|
- primitive-0.6.1.0
|
||||||
|
- semigroups-0.17
|
||||||
- servant-js-0.9.3
|
- servant-js-0.9.3
|
||||||
- should-not-typecheck-2.1.0
|
- should-not-typecheck-2.1.0
|
||||||
- time-locale-compat-0.1.1.1
|
- time-locale-compat-0.1.1.1
|
||||||
|
|
Loading…
Reference in a new issue