packages feed

XSaiga 1.2.0.0 → 1.3.0.0

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

XSaiga.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                XSaiga
-version:             1.2.0.0
+version:             1.3.0.0
 synopsis:            An implementation of a polynomial-time top-down parser suitable for NLP
 -- description:
 homepage:            http://hafiz.myweb.cs.uwindsor.ca/proHome.html
@@ -14,7 +14,7 @@ category:            Parsing, Natural Language Processing, Memoization, ParserCombinators, Attribute Grammars, Text
 build-type:          Simple
 cabal-version:       >=1.8
---x-revision: 5
+--x-revision: 1
 
 description:
 		This package contains a Haskell implementation of the X-SAIGA project's parser combinators. The combinators
@@ -37,11 +37,11 @@ 		\[4] <http://speechweb2.cs.uwindsor.ca/solarman/demo_sparql.html>
 
 Library
-  build-depends: base >=4.6 && <= 4.9.0.0, pretty, hsparql >=0.2, rdf4h, text, containers
+  build-depends: base >=4.6 && < 5, pretty, hsparql >=0.2, rdf4h, text, containers
   exposed-modules: Getts, AGParser2, TypeAg2, SolarmanTriplestore
 
 Executable Solarman
   main-is: Main.hs
   --other-modules:  SolarmanTriplestore
-  build-depends:  base >=4.6, containers >=0.5, pretty >=1.1, cgi >=3001.1, rdf4h >=1.2, hsparql >=0.2, text >=0.11
+  build-depends:  base >=4.6 && < 5, containers >=0.5, pretty >=1.1, cgi >=3001.1, rdf4h >=1.2, hsparql >=0.2, text >=0.11
   extensions: DoAndIfThenElse,FlexibleInstances,NoMonomorphismRestriction