hint-server 1.2.1 → 1.2.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~mtlnew-uploader
Dependency ranges changed: mtl
Files
- hint-server.cabal +3/−3
hint-server.cabal view
@@ -1,11 +1,11 @@ name: hint-server-version: 1.2.1+version: 1.2.2 cabal-version: >=1.6 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2009 Fernando "Brujo" Benavides-maintainer: greenmellon@gmail.com+maintainer: corentin.dupont@gmail.com stability: stable package-url: http://code.haskell.org/hint-server bug-reports: http://github.com/elbrujohalcon/hint-server/issues@@ -25,7 +25,7 @@ Library build-depends: base >= 4, base < 5,- mtl >=1.1.0, mtl < 2.1,+ mtl >=1.1.0, mtl < 2.2, monad-loops >=0.3.0, monad-loops < 0.4, hint >=0.3.1, hint < 0.4, eprocess >=1.1.2, eprocess < 2