geni-util 0.24.1 → 0.24.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~blaze-html
Dependency ranges changed: base, blaze-html
Files
- geni-util.cabal +3/−3
geni-util.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: geni-util-version: 0.24.1+version: 0.24.1.1 synopsis: Companion tools for use with the GenI surface realiser description: Tools included:@@ -32,7 +32,7 @@ library exposed-modules: NLP.GenI.Client , NLP.GenI.Report- build-depends: base >=4.6 && <4.7+ build-depends: base < 5 , bytestring , HTTP , directory@@ -43,7 +43,7 @@ , http-streams < 0.7 , json < 0.8 , text- , blaze-html == 0.5.*+ , blaze-html , blaze-markup default-language: Haskell2010