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