nuxeo 0.2.0.2 → 0.2.0.3
raw patch · 1 files changed
+7/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- nuxeo.cabal +7/−2
nuxeo.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: nuxeo-version: 0.2.0.2+version: 0.2.0.3 synopsis: Nuxeo description: Nuxeo license: BSD3@@ -10,18 +10,23 @@ author: Alexandre Peyroux maintainer: alex@xn--wxa.email -- copyright:+bug-reports: https://github.com/apeyroux/nuxeo/issues category: System build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 +source-repository head+ type: git+ location: https://github.com/apeyroux/nuxeo.git+ library -- exposed-modules: -- other-modules: -- other-extensions: exposed-modules: Nuxeo.Log ghc-options: -Wall- build-depends: base >= 4.10 && < 5+ build-depends: base >= 4.6 && < 5 , attoparsec , bytestring , conduit