Commit 9eb2235f authored by Justus Sagemüller's avatar Justus Sagemüller Committed by Sumit Sahrawat

Constrain dependecy of `ipython-kernel` to actually match the version.

Previously, `cabal install ihaskell` would happily use ipython-kernel-0.8.3, resulting in error

    ‘protocolVersion’ is not a (visible) field of constructor ‘KernelInfoReply’
parent e8ed4450
......@@ -87,7 +87,7 @@ library
utf8-string -any,
uuid >=1.3,
vector -any,
ipython-kernel >=0.7
ipython-kernel >=0.8.4
if flag(binPkgDb)
build-depends: bin-package-db
......
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