Commit 04ceeca9 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #549 from sumitsahrawat/widgets-docker

Add version constraints to ihaskell-widgets
parents 0adbe07f 183bc257
...@@ -94,7 +94,7 @@ library ...@@ -94,7 +94,7 @@ library
build-depends: aeson >=0.7 && < 0.9 build-depends: aeson >=0.7 && < 0.9
, base >=4.7 && <4.9 , base >=4.7 && <4.9
, containers >= 0.5 , containers >= 0.5
, ipython-kernel >= 0.6.1 , ipython-kernel >= 0.6.1.1
, text >= 0.11 , text >= 0.11
, unordered-containers -any , unordered-containers -any
, nats -any , nats -any
...@@ -104,8 +104,7 @@ library ...@@ -104,8 +104,7 @@ library
, scientific -any , scientific -any
, unix -any , unix -any
-- Waiting for the next release , ihaskell >= 0.6.4.1
, ihaskell -any
-- 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