Commit 86ed34ab authored by Ben Gamari's avatar Ben Gamari

ihaskell-display: Bump base bounds for GHC 7.10

parent a8f21531
...@@ -57,7 +57,7 @@ library ...@@ -57,7 +57,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base >=4.6 && <4.9,
here, here,
classy-prelude >=0.7, classy-prelude >=0.7,
aeson >= 0.7, aeson >= 0.7,
......
...@@ -61,7 +61,7 @@ library ...@@ -61,7 +61,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base >=4.6 && <4.9,
classy-prelude >=0.6, classy-prelude >=0.6,
ihaskell >= 0.5 ihaskell >= 0.5
......
...@@ -61,7 +61,7 @@ library ...@@ -61,7 +61,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base >=4.6 && <4.9,
classy-prelude >=0.6, classy-prelude >=0.6,
blaze-html >= 0.6, blaze-html >= 0.6,
blaze-markup >= 0.5, blaze-markup >= 0.5,
......
...@@ -58,7 +58,7 @@ library ...@@ -58,7 +58,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base >=4.6 && <4.9,
classy-prelude >=0.6, classy-prelude >=0.6,
bytestring, bytestring,
data-default-class, data-default-class,
......
...@@ -58,7 +58,7 @@ library ...@@ -58,7 +58,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base >=4.6 && <4.9,
classy-prelude >=0.6, classy-prelude >=0.6,
bytestring, bytestring,
directory, directory,
......
...@@ -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.7.*, build-depends: base >=4.6 && <4.9,
text, text,
HaTeX >= 3.9, HaTeX >= 3.9,
ihaskell >= 0.5 ihaskell >= 0.5
......
...@@ -62,7 +62,7 @@ library ...@@ -62,7 +62,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base >=4.6 && <4.9,
classy-prelude >=0.6, classy-prelude >=0.6,
bytestring, bytestring,
directory, directory,
......
...@@ -61,7 +61,7 @@ library ...@@ -61,7 +61,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base >=4.6 && <4.9,
classy-prelude >=0.6, classy-prelude >=0.6,
magic >= 1.0.8, magic >= 1.0.8,
text, text,
......
...@@ -58,7 +58,7 @@ library ...@@ -58,7 +58,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base >=4.6 && <4.9,
aeson >=0.7 && <0.9, aeson >=0.7 && <0.9,
unordered-containers, unordered-containers,
classy-prelude, classy-prelude,
......
...@@ -58,7 +58,7 @@ library ...@@ -58,7 +58,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base >=4.6 && <4.9,
aeson >=0.7 && <0.9, aeson >=0.7 && <0.9,
classy-prelude, classy-prelude,
here, here,
......
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