packages feed

Cabal revisions of avers-0.0.17.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name: avers-version: 0.0.17.0-cabal-version: >=1.10-build-type: Simple-license: GPL-3-license-file: LICENSE-maintainer: tomas.carnecky@gmail.com-synopsis: empty-description:-    empty-category: Avers-author: Tomas Carnecky-extra-source-files:-    src/Avers/Metrics/Measurements.txt--source-repository head-    type: git-    location: git://github.com/wereHamster/avers-haskell.git--library-    exposed-modules:-        Avers-        Avers.Handle-        Avers.Index-        Avers.Metrics-        Avers.Metrics.Measurements-        Avers.Metrics.TH-        Avers.Patching-        Avers.Storage-        Avers.Storage.Backend-        Avers.Storage.Expressions-        Avers.TH-        Avers.Types-        Avers.Views-    build-depends:-        aeson >=1.0.2.0 && <1.1,-        attoparsec >=0.13.1.0 && <0.14,-        base >=4.9.0.0 && <4.10,-        bytestring >=0.10.8.1 && <0.11,-        clock >=0.7.2 && <0.8,-        containers >=0.5.7.1 && <0.6,-        filepath >=1.4.1.0 && <1.5,-        mtl >=2.2.1 && <2.3,-        network >=2.6.3.1 && <2.7,-        network-uri >=2.6.1.0 && <2.7,-        safe >=0.3.9 && <0.4,-        stm >=2.4.4.1 && <2.5,-        template-haskell >=2.11.0.0 && <2.12,-        text >=1.2.2.1 && <1.3,-        time >=1.6.0.1 && <1.7,-        unordered-containers >=0.2.7.1 && <0.3,-        vector >=0.11.0.0 && <0.12,-        MonadRandom >=0.4.2.3 && <0.5,-        cryptonite ==0.20.*,-        memory ==0.13.*,-        inflections >=0.2.0.1 && <0.3,-        resource-pool >=0.2.3.2 && <0.3,-        rethinkdb-client-driver >=0.0.23 && <0.1,-        scrypt >=0.5.0 && <0.6-    default-language: Haskell2010-    hs-source-dirs: src-    ghc-options: -Wall--test-suite spec-    type: exitcode-stdio-1.0-    main-is: Test.hs-    build-depends:-        MonadRandom >=0.4.2.3 && <0.5,-        aeson >=1.0.2.0 && <1.1,-        attoparsec >=0.13.1.0 && <0.14,-        avers >=0.0.17.0 && <0.1,-        base >=4.9.0.0 && <4.10,-        base16-bytestring >=0.1.1.6 && <0.2,-        bytestring >=0.10.8.1 && <0.11,-        containers >=0.5.7.1 && <0.6,-        cryptohash >=0.11.9 && <0.12,-        hspec >=2.2.3 && <2.3,-        inflections >=0.2.0.1 && <0.3,-        mtl >=2.2.1 && <2.3,-        resource-pool >=0.2.3.2 && <0.3,-        rethinkdb-client-driver >=0.0.23 && <0.1,-        scrypt >=0.5.0 && <0.6,-        stm >=2.4.4.1 && <2.5,-        text >=1.2.2.1 && <1.3,-        time >=1.6.0.1 && <1.7,-        unordered-containers >=0.2.7.1 && <0.3,-        vector >=0.11.0.0 && <0.12-    default-language: Haskell2010-    hs-source-dirs: test--benchmark benchmark-    type: exitcode-stdio-1.0-    main-is: Benchmark.hs-    build-depends:-        aeson >=1.0.2.0 && <1.1,-        avers >=0.0.17.0 && <0.1,-        base >=4.9.0.0 && <4.10,-        mtl >=2.2.1 && <2.3,-        criterion >=1.1.1.0 && <1.2,-        resource-pool >=0.2.3.2 && <0.3,-        rethinkdb-client-driver >=0.0.23 && <0.1,-        network-uri >=2.6.1.0 && <2.7,-        text >=1.2.2.1 && <1.3-    default-language: Haskell2010-    hs-source-dirs: benchmark-    ghc-options: -threaded -Wall -O2 -rtsopts+name: avers
+version: 0.0.17.0
+x-revision: 1
+cabal-version: >=1.10
+build-type: Simple
+license: GPL-3
+license-file: LICENSE
+maintainer: tomas.carnecky@gmail.com
+synopsis: empty
+description:
+    empty
+category: Avers
+author: Tomas Carnecky
+extra-source-files:
+    src/Avers/Metrics/Measurements.txt
+
+source-repository head
+    type: git
+    location: git://github.com/wereHamster/avers-haskell.git
+
+library
+    exposed-modules:
+        Avers
+        Avers.Handle
+        Avers.Index
+        Avers.Metrics
+        Avers.Metrics.Measurements
+        Avers.Metrics.TH
+        Avers.Patching
+        Avers.Storage
+        Avers.Storage.Backend
+        Avers.Storage.Expressions
+        Avers.TH
+        Avers.Types
+        Avers.Views
+    build-depends:
+        aeson >=1.0.2.0 && <1.1,
+        attoparsec >=0.13.1.0 && <0.14,
+        base >=4.9.0.0 && <4.10,
+        bytestring >=0.10.8.1 && <0.11,
+        clock >=0.7.2 && <0.8,
+        containers >=0.5.7.1 && <0.6,
+        filepath >=1.4.1.0 && <1.5,
+        mtl >=2.2.1 && <2.3,
+        network >=2.6.3.1 && <2.7,
+        network-uri >=2.6.1.0 && <2.7,
+        safe >=0.3.9 && <0.4,
+        stm >=2.4.4.1 && <2.5,
+        template-haskell >=2.11.0.0 && <2.12,
+        text >=1.2.2.1 && <1.3,
+        time >=1.6.0.1 && <1.7,
+        unordered-containers >=0.2.7.1 && <0.3,
+        vector >=0.11.0.0 && <0.12,
+        MonadRandom >=0.4.2.3 && <0.5,
+        cryptonite ==0.20.*,
+        memory ==0.13.*,
+        inflections >=0.2.0.1 && <0.3,
+        resource-pool >=0.2.3.2 && <0.3,
+        rethinkdb-client-driver >=0.0.23 && <0.1,
+        scrypt >=0.5.0 && <0.6
+    default-language: Haskell2010
+    hs-source-dirs: src
+    ghc-options: -Wall
+
+test-suite spec
+    type: exitcode-stdio-1.0
+    main-is: Test.hs
+    build-depends:
+        MonadRandom >=0.4.2.3 && <0.5,
+        aeson >=1.0.2.0 && <1.1,
+        attoparsec >=0.13.1.0 && <0.14,
+        avers >=0.0.17.0 && <0.1,
+        base >=4.9.0.0 && <4.10,
+        base16-bytestring >=0.1.1.6 && <0.2,
+        bytestring >=0.10.8.1 && <0.11,
+        containers >=0.5.7.1 && <0.6,
+        cryptohash >=0.11.9 && <0.12,
+        hspec >=2.2.3 && <2.4,
+        inflections >=0.2.0.1 && <0.3,
+        mtl >=2.2.1 && <2.3,
+        resource-pool >=0.2.3.2 && <0.3,
+        rethinkdb-client-driver >=0.0.23 && <0.1,
+        scrypt >=0.5.0 && <0.6,
+        stm >=2.4.4.1 && <2.5,
+        text >=1.2.2.1 && <1.3,
+        time >=1.6.0.1 && <1.7,
+        unordered-containers >=0.2.7.1 && <0.3,
+        vector >=0.11.0.0 && <0.12
+    default-language: Haskell2010
+    hs-source-dirs: test
+
+benchmark benchmark
+    type: exitcode-stdio-1.0
+    main-is: Benchmark.hs
+    build-depends:
+        aeson >=1.0.2.0 && <1.1,
+        avers >=0.0.17.0 && <0.1,
+        base >=4.9.0.0 && <4.10,
+        mtl >=2.2.1 && <2.3,
+        criterion >=1.1.1.0 && <1.2,
+        resource-pool >=0.2.3.2 && <0.3,
+        rethinkdb-client-driver >=0.0.23 && <0.1,
+        network-uri >=2.6.1.0 && <2.7,
+        text >=1.2.2.1 && <1.3
+    default-language: Haskell2010
+    hs-source-dirs: benchmark
+    ghc-options: -threaded -Wall -O2 -rtsopts
revision 2
 name: avers
 version: 0.0.17.0
-x-revision: 1
+x-revision: 2
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
         unordered-containers >=0.2.7.1 && <0.3,
         vector >=0.11.0.0 && <0.12,
         MonadRandom >=0.4.2.3 && <0.5,
-        cryptonite ==0.20.*,
-        memory ==0.13.*,
+        cryptonite >=0.20.0 && <0.22,
+        memory >=0.13.0 && <0.15,
         inflections >=0.2.0.1 && <0.3,
         resource-pool >=0.2.3.2 && <0.3,
         rethinkdb-client-driver >=0.0.23 && <0.1,
revision 3
 name: avers
 version: 0.0.17.0
-x-revision: 2
+x-revision: 3
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
         unordered-containers >=0.2.7.1 && <0.3,
         vector >=0.11.0.0 && <0.12,
         MonadRandom >=0.4.2.3 && <0.5,
-        cryptonite >=0.20.0 && <0.22,
-        memory >=0.13.0 && <0.15,
+        cryptonite >=0.20 && <0.22,
+        memory >=0.13 && <0.15,
         inflections >=0.2.0.1 && <0.3,
         resource-pool >=0.2.3.2 && <0.3,
         rethinkdb-client-driver >=0.0.23 && <0.1,