ihaskell-display/*: bump base version bounds

This commit is contained in:
Vaibhav Sagar 2017-09-01 15:50:40 +07:00
parent b942377433
commit 22b4ea1eb1
5 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ library
-- other-modules:
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10,
build-depends: base >=4.6 && <4.11,
here,
text,
bytestring,

View File

@ -54,7 +54,7 @@ library
other-modules: IHaskell.Display.Diagrams.Animation
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10,
build-depends: base >=4.6 && <4.11,
text,
bytestring,
directory,

View File

@ -54,7 +54,7 @@ library
-- other-modules:
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10,
build-depends: base >=4.6 && <4.11,
bytestring,
gnuplot >= 0.5.4,
ihaskell >= 0.6.2

View File

@ -14,7 +14,7 @@ cabal-version: >=1.16
library
exposed-modules: IHaskell.Display.Hatex
build-depends: base >=4.6 && <4.10,
build-depends: base >=4.6 && <4.11,
text,
HaTeX >= 3.9,
ihaskell >= 0.5

View File

@ -57,7 +57,7 @@ library
-- other-modules:
-- 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,
text,
bytestring,