Commit ecca0ea0 authored by Sumit Sahrawat's avatar Sumit Sahrawat

Fix issue with nats package update for ghc-7.6 and ghc-7.8

parent e4e026cb
...@@ -96,34 +96,25 @@ library ...@@ -96,34 +96,25 @@ library
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
-- singletons 2.* require ghc 7.10.2 -- singletons 2.* require ghc 7.10.2
if impl(ghc >= 7.10.2) build-depends: aeson >=0.7 && < 0.11
build-depends: aeson >=0.7 && < 0.11 , base >=4.7 && <4.9
, base >=4.7 && <4.9 , containers >= 0.5
, containers >= 0.5 , ipython-kernel >= 0.6.1.2
, ipython-kernel >= 0.6.1.2 , text >= 0.11
, text >= 0.11 , unordered-containers -any
, unordered-containers -any , vinyl >= 0.5
, vector -any
, scientific -any
, unix -any
, ihaskell >= 0.6.4.1
if impl(ghc >= 7.10.2)
build-depends: singletons >= 0.9.0
if impl(ghc == 7.10.1)
build-depends: singletons >= 0.9.0 && <2.0
, nats -any , nats -any
, vinyl >= 0.5 if impl(ghc < 7.10.1)
, vector -any build-depends: singletons >= 0.9.0 && <2.0
, singletons >= 0.9.0 , nats <1.1
, scientific -any
, unix -any
, ihaskell >= 0.6.4.1
else
build-depends: aeson >=0.7 && < 0.11
, base >=4.7 && <4.9
, containers >= 0.5
, ipython-kernel >= 0.6.1.2
, text >= 0.11
, unordered-containers -any
, nats -any
, vinyl >= 0.5
, vector -any
, singletons >= 0.9.0 && <2.0
, scientific -any
, unix -any
, ihaskell >= 0.6.4.1
-- Directories containing source files. -- Directories containing source files.
hs-source-dirs: src hs-source-dirs: src
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment