ipython-kernel 0.8.1.0 → 0.8.2.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~aeson
Dependency ranges changed: aeson
Files
- ipython-kernel.cabal +2/−2
ipython-kernel.cabal view
@@ -1,5 +1,5 @@ name: ipython-kernel-version: 0.8.1.0+version: 0.8.2.0 synopsis: A library for creating kernels for IPython frontends description: ipython-kernel is a library for communicating with frontends for the interactive IPython framework. It is used extensively in IHaskell, the interactive Haskell environment.@@ -35,7 +35,7 @@ hs-source-dirs: src default-language: Haskell2010 build-depends: base >=4.6 && < 4.9,- aeson >=0.6 && < 0.10,+ aeson >=0.6 && < 0.11, bytestring >=0.10, cereal >=0.3, containers >=0.5,