Commit 22b4ea1e authored by Vaibhav Sagar's avatar Vaibhav Sagar

ihaskell-display/*: bump base version bounds

parent b9423774
...@@ -53,7 +53,7 @@ library ...@@ -53,7 +53,7 @@ library
-- other-modules: -- other-modules:
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10, build-depends: base >=4.6 && <4.11,
here, here,
text, text,
bytestring, bytestring,
......
...@@ -54,7 +54,7 @@ library ...@@ -54,7 +54,7 @@ library
other-modules: IHaskell.Display.Diagrams.Animation other-modules: IHaskell.Display.Diagrams.Animation
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10, build-depends: base >=4.6 && <4.11,
text, text,
bytestring, bytestring,
directory, directory,
......
...@@ -54,7 +54,7 @@ library ...@@ -54,7 +54,7 @@ library
-- other-modules: -- other-modules:
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10, build-depends: base >=4.6 && <4.11,
bytestring, bytestring,
gnuplot >= 0.5.4, gnuplot >= 0.5.4,
ihaskell >= 0.6.2 ihaskell >= 0.6.2
......
...@@ -14,7 +14,7 @@ cabal-version: >=1.16 ...@@ -14,7 +14,7 @@ cabal-version: >=1.16
library library
exposed-modules: IHaskell.Display.Hatex exposed-modules: IHaskell.Display.Hatex
build-depends: base >=4.6 && <4.10, build-depends: base >=4.6 && <4.11,
text, text,
HaTeX >= 3.9, HaTeX >= 3.9,
ihaskell >= 0.5 ihaskell >= 0.5
......
...@@ -57,7 +57,7 @@ library ...@@ -57,7 +57,7 @@ library
-- other-modules: -- other-modules:
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10, build-depends: base >=4.6 && <4.11,
magic >= 1.0.8, magic >= 1.0.8,
text, text,
bytestring, bytestring,
......
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