Skip to content
Snippets Groups Projects
Commit fa54426d authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Relax build dependencies to allow GHC-7.4's base-4.5 package

parent eb0ae9ad
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ Source-repository head ...@@ -21,7 +21,7 @@ Source-repository head
location: git@github.com:haskell/xhtml.git location: git@github.com:haskell/xhtml.git
library library
Build-depends: base >= 4.0 && < 4.5 Build-depends: base >= 4.0 && < 4.6
Exposed-modules: Exposed-modules:
Text.XHtml, Text.XHtml,
Text.XHtml.Frameset, Text.XHtml.Frameset,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment