Cabal revisions of avers-0.0.17.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: avers-version: 0.0.17.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.1 && <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.10 && <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.2 && <0.3,- vector >=0.11.0.0 && <0.12,- MonadRandom >=0.4.2.3 && <0.5,- cryptonite ==0.21.*,- memory ==0.14.*,- inflections <0.3 && >=0.3.0.0,- 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.1 && <1.1,- attoparsec >=0.13.1.0 && <0.14,- avers >=0.0.17.1 && <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.3.2 && <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.2 && <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.1 && <1.1,- avers >=0.0.17.1 && <0.1,- base >=4.9.0.0 && <4.10,- mtl >=2.2.1 && <2.3,- criterion >=1.1.4.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.1 +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.1 && <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.10 && <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.2 && <0.3, + vector >=0.11.0.0 && <0.12, + MonadRandom >=0.4.2.3 && <0.5, + cryptonite ==0.21.*, + memory ==0.14.*, + inflections <0.4 && >=0.3.0.0, + 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.1 && <1.1, + attoparsec >=0.13.1.0 && <0.14, + avers >=0.0.17.1 && <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.3.2 && <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.2 && <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.1 && <1.1, + avers >=0.0.17.1 && <0.1, + base >=4.9.0.0 && <4.10, + mtl >=2.2.1 && <2.3, + criterion >=1.1.4.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.1 -x-revision: 1 +x-revision: 2 cabal-version: >=1.10 build-type: Simple license: GPL-3 MonadRandom >=0.4.2.3 && <0.5, cryptonite ==0.21.*, memory ==0.14.*, - inflections <0.4 && >=0.3.0.0, + inflections >=0.3.0.0 && <0.4, resource-pool >=0.2.3.2 && <0.3, rethinkdb-client-driver >=0.0.23 && <0.1, scrypt >=0.5.0 && <0.6 containers >=0.5.7.1 && <0.6, cryptohash >=0.11.9 && <0.12, hspec >=2.3.2 && <2.4, - inflections >=0.2.0.1 && <0.3, + inflections >=0.3.0.0 && <0.4, mtl >=2.2.1 && <2.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.1 -x-revision: 2 +x-revision: 3 cabal-version: >=1.10 build-type: Simple license: GPL-3 Avers.Types Avers.Views build-depends: - aeson >=1.0.2.1 && <1.1, + aeson >=1.0.2.1 && <1.2, attoparsec >=0.13.1.0 && <0.14, base >=4.9.0.0 && <4.10, bytestring >=0.10.8.1 && <0.11, main-is: Test.hs build-depends: MonadRandom >=0.4.2.3 && <0.5, - aeson >=1.0.2.1 && <1.1, + aeson >=1.0.2.1 && <1.2, attoparsec >=0.13.1.0 && <0.14, avers >=0.0.17.1 && <0.1, base >=4.9.0.0 && <4.10, type: exitcode-stdio-1.0 main-is: Benchmark.hs build-depends: - aeson >=1.0.2.1 && <1.1, + aeson >=1.0.2.1 && <1.2, avers >=0.0.17.1 && <0.1, base >=4.9.0.0 && <4.10, mtl >=2.2.1 && <2.3,
revision 4
name: avers version: 0.0.17.1 -x-revision: 3 +x-revision: 4 cabal-version: >=1.10 build-type: Simple license: GPL-3 time >=1.6.0.1 && <1.7, unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.12, - MonadRandom >=0.4.2.3 && <0.5, + MonadRandom >=0.4.2.3 && <0.6, cryptonite ==0.21.*, memory ==0.14.*, inflections >=0.3.0.0 && <0.4, type: exitcode-stdio-1.0 main-is: Test.hs build-depends: - MonadRandom >=0.4.2.3 && <0.5, + MonadRandom >=0.4.2.3 && <0.6, aeson >=1.0.2.1 && <1.2, attoparsec >=0.13.1.0 && <0.14, avers >=0.0.17.1 && <0.1,
revision 5
name: avers version: 0.0.17.1 -x-revision: 4 +x-revision: 5 cabal-version: >=1.10 build-type: Simple license: GPL-3 text >=1.2.2.1 && <1.3, time >=1.6.0.1 && <1.7, unordered-containers >=0.2.7.2 && <0.3, - vector >=0.11.0.0 && <0.12, + vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, cryptonite ==0.21.*, memory ==0.14.*, text >=1.2.2.1 && <1.3, time >=1.6.0.1 && <1.7, unordered-containers >=0.2.7.2 && <0.3, - vector >=0.11.0.0 && <0.12 + vector >=0.11.0.0 && <0.13 default-language: Haskell2010 hs-source-dirs: test
revision 6
name: avers version: 0.0.17.1 -x-revision: 5 +x-revision: 6 cabal-version: >=1.10 build-type: Simple license: GPL-3 bytestring >=0.10.8.1 && <0.11, containers >=0.5.7.1 && <0.6, cryptohash >=0.11.9 && <0.12, - hspec >=2.3.2 && <2.4, + hspec >=2.3.2, inflections >=0.3.0.0 && <0.4, mtl >=2.2.1 && <2.3, resource-pool >=0.2.3.2 && <0.3,
revision 7
name: avers version: 0.0.17.1 -x-revision: 6 +x-revision: 7 cabal-version: >=1.10 build-type: Simple license: GPL-3 unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, - cryptonite ==0.21.*, + cryptonite >=0.21 && <0.23, memory ==0.14.*, inflections >=0.3.0.0 && <0.4, resource-pool >=0.2.3.2 && <0.3,
revision 8
name: avers version: 0.0.17.1 -x-revision: 7 +x-revision: 8 cabal-version: >=1.10 build-type: Simple license: GPL-3 license-file: LICENSE maintainer: tomas.carnecky@gmail.com -synopsis: empty +synopsis: Server-side implementation of the Avers storage model description: - empty + This is the server-side implementation of the Avers storage model. It is a + Haskell library, intended to be used by your application. The library provides + you with everything you need to write your own Avers server. You can create and + patch objects and collections thereof. It has builtin support for sessions, + authentication and managing blobs. The database is not configurable. Avers is + currently hardcoded to use RethinkDB. + category: Avers author: Tomas Carnecky extra-source-files:
revision 9
name: avers version: 0.0.17.1 -x-revision: 8 +x-revision: 9 cabal-version: >=1.10 build-type: Simple license: GPL-3 Avers.Types Avers.Views build-depends: - aeson >=1.0.2.1 && <1.2, + aeson >=1.0.2.1 && <1.3, attoparsec >=0.13.1.0 && <0.14, base >=4.9.0.0 && <4.10, bytestring >=0.10.8.1 && <0.11, main-is: Test.hs build-depends: MonadRandom >=0.4.2.3 && <0.6, - aeson >=1.0.2.1 && <1.2, + aeson >=1.0.2.1 && <1.3, attoparsec >=0.13.1.0 && <0.14, avers >=0.0.17.1 && <0.1, base >=4.9.0.0 && <4.10, type: exitcode-stdio-1.0 main-is: Benchmark.hs build-depends: - aeson >=1.0.2.1 && <1.2, + aeson >=1.0.2.1 && <1.3, avers >=0.0.17.1 && <0.1, base >=4.9.0.0 && <4.10, mtl >=2.2.1 && <2.3,
revision 10
name: avers version: 0.0.17.1 -x-revision: 9 +x-revision: 10 cabal-version: >=1.10 build-type: Simple license: GPL-3 unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, - cryptonite >=0.21 && <0.23, + cryptonite >=0.21 && <0.24, memory ==0.14.*, inflections >=0.3.0.0 && <0.4, resource-pool >=0.2.3.2 && <0.3,
revision 11
name: avers version: 0.0.17.1 -x-revision: 10 +x-revision: 11 cabal-version: >=1.10 build-type: Simple license: GPL-3 avers >=0.0.17.1 && <0.1, base >=4.9.0.0 && <4.10, mtl >=2.2.1 && <2.3, - criterion >=1.1.4.0 && <1.2, + criterion >=1.1.4.0 && <1.3, resource-pool >=0.2.3.2 && <0.3, rethinkdb-client-driver >=0.0.23 && <0.1, network-uri >=2.6.1.0 && <2.7,
revision 12
name: avers version: 0.0.17.1 -x-revision: 11 +x-revision: 12 cabal-version: >=1.10 build-type: Simple license: GPL-3 unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, - cryptonite >=0.21 && <0.24, + cryptonite >=0.21 && <0.25, memory ==0.14.*, inflections >=0.3.0.0 && <0.4, resource-pool >=0.2.3.2 && <0.3,
revision 13
name: avers version: 0.0.17.1 -x-revision: 12 +x-revision: 13 cabal-version: >=1.10 build-type: Simple license: GPL-3 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, + time >=1.6.0.1 && <1.9, unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, 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, + time >=1.6.0.1 && <1.9, unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13 default-language: Haskell2010
revision 14
name: avers version: 0.0.17.1 -x-revision: 13 +x-revision: 14 cabal-version: >=1.10 build-type: Simple license: GPL-3 build-depends: aeson >=1.0.2.1 && <1.3, attoparsec >=0.13.1.0 && <0.14, - base >=4.9.0.0 && <4.10, + base >=4.9.0.0 && <4.11, bytestring >=0.10.8.1 && <0.11, clock >=0.7.2 && <0.8, containers >=0.5.7.1 && <0.6, aeson >=1.0.2.1 && <1.3, attoparsec >=0.13.1.0 && <0.14, avers >=0.0.17.1 && <0.1, - base >=4.9.0.0 && <4.10, + base >=4.9.0.0 && <4.11, base16-bytestring >=0.1.1.6 && <0.2, bytestring >=0.10.8.1 && <0.11, containers >=0.5.7.1 && <0.6, build-depends: aeson >=1.0.2.1 && <1.3, avers >=0.0.17.1 && <0.1, - base >=4.9.0.0 && <4.10, + base >=4.9.0.0 && <4.11, mtl >=2.2.1 && <2.3, criterion >=1.1.4.0 && <1.3, resource-pool >=0.2.3.2 && <0.3,
revision 15
name: avers version: 0.0.17.1 -x-revision: 14 +x-revision: 15 cabal-version: >=1.10 build-type: Simple license: GPL-3 network-uri >=2.6.1.0 && <2.7, safe >=0.3.10 && <0.4, stm >=2.4.4.1 && <2.5, - template-haskell >=2.11.0.0 && <2.12, + template-haskell >=2.11.0.0 && <2.13, text >=1.2.2.1 && <1.3, time >=1.6.0.1 && <1.9, unordered-containers >=0.2.7.2 && <0.3,
revision 16
name: avers version: 0.0.17.1 -x-revision: 15 +x-revision: 16 cabal-version: >=1.10 build-type: Simple license: GPL-3 MonadRandom >=0.4.2.3 && <0.6, cryptonite >=0.21 && <0.25, memory ==0.14.*, - inflections >=0.3.0.0 && <0.4, + inflections >=0.3.0.0 && <0.5, resource-pool >=0.2.3.2 && <0.3, rethinkdb-client-driver >=0.0.23 && <0.1, scrypt >=0.5.0 && <0.6 containers >=0.5.7.1 && <0.6, cryptohash >=0.11.9 && <0.12, hspec >=2.3.2, - inflections >=0.3.0.0 && <0.4, + inflections >=0.3.0.0 && <0.5, mtl >=2.2.1 && <2.3, resource-pool >=0.2.3.2 && <0.3, rethinkdb-client-driver >=0.0.23 && <0.1,
revision 17
name: avers version: 0.0.17.1 -x-revision: 16 +x-revision: 17 cabal-version: >=1.10 build-type: Simple license: GPL-3 build-depends: aeson >=1.0.2.1 && <1.3, attoparsec >=0.13.1.0 && <0.14, - base >=4.9.0.0 && <4.11, + base >=4.9.0.0 && <4.12, bytestring >=0.10.8.1 && <0.11, clock >=0.7.2 && <0.8, containers >=0.5.7.1 && <0.6, aeson >=1.0.2.1 && <1.3, attoparsec >=0.13.1.0 && <0.14, avers >=0.0.17.1 && <0.1, - base >=4.9.0.0 && <4.11, + base >=4.9.0.0 && <4.12, base16-bytestring >=0.1.1.6 && <0.2, bytestring >=0.10.8.1 && <0.11, containers >=0.5.7.1 && <0.6, build-depends: aeson >=1.0.2.1 && <1.3, avers >=0.0.17.1 && <0.1, - base >=4.9.0.0 && <4.11, + base >=4.9.0.0 && <4.12, mtl >=2.2.1 && <2.3, criterion >=1.1.4.0 && <1.3, resource-pool >=0.2.3.2 && <0.3,
revision 18
name: avers version: 0.0.17.1 -x-revision: 17 +x-revision: 18 cabal-version: >=1.10 build-type: Simple license: GPL-3 network-uri >=2.6.1.0 && <2.7, safe >=0.3.10 && <0.4, stm >=2.4.4.1 && <2.5, - template-haskell >=2.11.0.0 && <2.13, + template-haskell >=2.11.0.0 && <2.14, text >=1.2.2.1 && <1.3, time >=1.6.0.1 && <1.9, unordered-containers >=0.2.7.2 && <0.3,
revision 19
name: avers version: 0.0.17.1 -x-revision: 18 +x-revision: 19 cabal-version: >=1.10 build-type: Simple license: GPL-3 Avers.Types Avers.Views build-depends: - aeson >=1.0.2.1 && <1.3, + aeson >=1.0.2.1 && <1.4, attoparsec >=0.13.1.0 && <0.14, base >=4.9.0.0 && <4.12, bytestring >=0.10.8.1 && <0.11, unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, - cryptonite >=0.21 && <0.25, + cryptonite >=0.21 && <0.26, memory ==0.14.*, inflections >=0.3.0.0 && <0.5, resource-pool >=0.2.3.2 && <0.3,
revision 20
name: avers version: 0.0.17.1 -x-revision: 19 +x-revision: 20 cabal-version: >=1.10 build-type: Simple license: GPL-3 Avers.Types Avers.Views build-depends: - aeson >=1.0.2.1 && <1.4, + aeson >=1.1.2.1 && <1.4, attoparsec >=0.13.1.0 && <0.14, base >=4.9.0.0 && <4.12, bytestring >=0.10.8.1 && <0.11,
revision 21
name: avers version: 0.0.17.1 -x-revision: 20 +x-revision: 21 cabal-version: >=1.10 build-type: Simple license: GPL-3 avers >=0.0.17.1 && <0.1, base >=4.9.0.0 && <4.12, mtl >=2.2.1 && <2.3, - criterion >=1.1.4.0 && <1.3, + criterion >=1.1.4.0 && <1.4, resource-pool >=0.2.3.2 && <0.3, rethinkdb-client-driver >=0.0.23 && <0.1, network-uri >=2.6.1.0 && <2.7,
revision 22
name: avers version: 0.0.17.1 -x-revision: 21 +x-revision: 22 cabal-version: >=1.10 build-type: Simple license: GPL-3 main-is: Test.hs build-depends: MonadRandom >=0.4.2.3 && <0.6, - aeson >=1.0.2.1 && <1.3, + aeson >=1.0.2.1 && <1.4, attoparsec >=0.13.1.0 && <0.14, avers >=0.0.17.1 && <0.1, base >=4.9.0.0 && <4.12, type: exitcode-stdio-1.0 main-is: Benchmark.hs build-depends: - aeson >=1.0.2.1 && <1.3, + aeson >=1.0.2.1 && <1.4, avers >=0.0.17.1 && <0.1, base >=4.9.0.0 && <4.12, mtl >=2.2.1 && <2.3,
revision 23
name: avers version: 0.0.17.1 -x-revision: 22 +x-revision: 23 cabal-version: >=1.10 build-type: Simple license: GPL-3 Avers.Types Avers.Views build-depends: - aeson >=1.1.2.1 && <1.4, + aeson >=1.1.2.1 && <1.5, attoparsec >=0.13.1.0 && <0.14, base >=4.9.0.0 && <4.12, bytestring >=0.10.8.1 && <0.11, main-is: Test.hs build-depends: MonadRandom >=0.4.2.3 && <0.6, - aeson >=1.0.2.1 && <1.4, + aeson >=1.0.2.1 && <1.5, attoparsec >=0.13.1.0 && <0.14, avers >=0.0.17.1 && <0.1, base >=4.9.0.0 && <4.12, type: exitcode-stdio-1.0 main-is: Benchmark.hs build-depends: - aeson >=1.0.2.1 && <1.4, + aeson >=1.0.2.1 && <1.5, avers >=0.0.17.1 && <0.1, base >=4.9.0.0 && <4.12, mtl >=2.2.1 && <2.3, - criterion >=1.1.4.0 && <1.4, + criterion >=1.1.4.0 && <1.6, resource-pool >=0.2.3.2 && <0.3, rethinkdb-client-driver >=0.0.23 && <0.1, network-uri >=2.6.1.0 && <2.7,
revision 24
name: avers version: 0.0.17.1 -x-revision: 23 +x-revision: 24 cabal-version: >=1.10 build-type: Simple license: GPL-3 MonadRandom >=0.4.2.3 && <0.6, aeson >=1.0.2.1 && <1.5, attoparsec >=0.13.1.0 && <0.14, - avers >=0.0.17.1 && <0.1, + avers, base >=4.9.0.0 && <4.12, base16-bytestring >=0.1.1.6 && <0.2, bytestring >=0.10.8.1 && <0.11, main-is: Benchmark.hs build-depends: aeson >=1.0.2.1 && <1.5, - avers >=0.0.17.1 && <0.1, + avers, base >=4.9.0.0 && <4.12, mtl >=2.2.1 && <2.3, criterion >=1.1.4.0 && <1.6,
revision 25
name: avers version: 0.0.17.1 -x-revision: 24 +x-revision: 25 cabal-version: >=1.10 build-type: Simple license: GPL-3 build-depends: aeson >=1.1.2.1 && <1.5, attoparsec >=0.13.1.0 && <0.14, - base >=4.9.0.0 && <4.12, + base >=4.9.0.0 && <4.13, bytestring >=0.10.8.1 && <0.11, clock >=0.7.2 && <0.8, containers >=0.5.7.1 && <0.6, network >=2.6.3.1 && <2.7, network-uri >=2.6.1.0 && <2.7, safe >=0.3.10 && <0.4, - stm >=2.4.4.1 && <2.5, - template-haskell >=2.11.0.0 && <2.14, + stm >=2.4.4.1 && <2.6, + template-haskell >=2.11.0.0 && <2.15, text >=1.2.2.1 && <1.3, time >=1.6.0.1 && <1.9, unordered-containers >=0.2.7.2 && <0.3, aeson >=1.0.2.1 && <1.5, attoparsec >=0.13.1.0 && <0.14, avers, - base >=4.9.0.0 && <4.12, + base >=4.9.0.0 && <4.13, base16-bytestring >=0.1.1.6 && <0.2, bytestring >=0.10.8.1 && <0.11, containers >=0.5.7.1 && <0.6, 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, + stm >=2.4.4.1 && <2.6, text >=1.2.2.1 && <1.3, time >=1.6.0.1 && <1.9, unordered-containers >=0.2.7.2 && <0.3, build-depends: aeson >=1.0.2.1 && <1.5, avers, - base >=4.9.0.0 && <4.12, + base >=4.9.0.0 && <4.13, mtl >=2.2.1 && <2.3, criterion >=1.1.4.0 && <1.6, resource-pool >=0.2.3.2 && <0.3,
revision 26
name: avers version: 0.0.17.1 -x-revision: 25 +x-revision: 26 cabal-version: >=1.10 build-type: Simple license: GPL-3 base >=4.9.0.0 && <4.13, bytestring >=0.10.8.1 && <0.11, clock >=0.7.2 && <0.8, - containers >=0.5.7.1 && <0.6, + containers >=0.5.7.1 && <0.7, filepath >=1.4.1.0 && <1.5, mtl >=2.2.1 && <2.3, network >=2.6.3.1 && <2.7, base >=4.9.0.0 && <4.13, base16-bytestring >=0.1.1.6 && <0.2, bytestring >=0.10.8.1 && <0.11, - containers >=0.5.7.1 && <0.6, + containers >=0.5.7.1 && <0.7, cryptohash >=0.11.9 && <0.12, hspec >=2.3.2, inflections >=0.3.0.0 && <0.5,
revision 27
name: avers version: 0.0.17.1 -x-revision: 26 +x-revision: 27 cabal-version: >=1.10 build-type: Simple license: GPL-3 containers >=0.5.7.1 && <0.7, filepath >=1.4.1.0 && <1.5, mtl >=2.2.1 && <2.3, - network >=2.6.3.1 && <2.7, + network >=2.6.3.1 && <2.9, network-uri >=2.6.1.0 && <2.7, safe >=0.3.10 && <0.4, stm >=2.4.4.1 && <2.6,
revision 28
name: avers version: 0.0.17.1 -x-revision: 27 +x-revision: 28 cabal-version: >=1.10 build-type: Simple license: GPL-3 stm >=2.4.4.1 && <2.6, template-haskell >=2.11.0.0 && <2.15, text >=1.2.2.1 && <1.3, - time >=1.6.0.1 && <1.9, + time >=1.6.0.1 && <1.10, unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, scrypt >=0.5.0 && <0.6, stm >=2.4.4.1 && <2.6, text >=1.2.2.1 && <1.3, - time >=1.6.0.1 && <1.9, + time >=1.6.0.1 && <1.10, unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13 default-language: Haskell2010
revision 29
name: avers version: 0.0.17.1 -x-revision: 28 +x-revision: 29 cabal-version: >=1.10 build-type: Simple license: GPL-3 containers >=0.5.7.1 && <0.7, filepath >=1.4.1.0 && <1.5, mtl >=2.2.1 && <2.3, - network >=2.6.3.1 && <2.9, + network >=2.6.3.1 && <3.1, network-uri >=2.6.1.0 && <2.7, safe >=0.3.10 && <0.4, stm >=2.4.4.1 && <2.6,
revision 30
name: avers version: 0.0.17.1 -x-revision: 29 +x-revision: 30 cabal-version: >=1.10 build-type: Simple license: GPL-3 attoparsec >=0.13.1.0 && <0.14, base >=4.9.0.0 && <4.13, bytestring >=0.10.8.1 && <0.11, - clock >=0.7.2 && <0.8, + clock >=0.7.2 && <0.9, containers >=0.5.7.1 && <0.7, filepath >=1.4.1.0 && <1.5, mtl >=2.2.1 && <2.3,
revision 31
name: avers version: 0.0.17.1 -x-revision: 30 +x-revision: 31 cabal-version: >=1.10 build-type: Simple license: GPL-3 containers >=0.5.7.1 && <0.7, filepath >=1.4.1.0 && <1.5, mtl >=2.2.1 && <2.3, - network >=2.6.3.1 && <3.1, + network >=2.6.3.1 && <3.2, network-uri >=2.6.1.0 && <2.7, safe >=0.3.10 && <0.4, stm >=2.4.4.1 && <2.6,
revision 32
name: avers version: 0.0.17.1 -x-revision: 31 +x-revision: 32 cabal-version: >=1.10 build-type: Simple license: GPL-3 vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, cryptonite >=0.21 && <0.26, - memory ==0.14.*, + memory >=0.14 && <0.16, inflections >=0.3.0.0 && <0.5, resource-pool >=0.2.3.2 && <0.3, rethinkdb-client-driver >=0.0.23 && <0.1,
revision 33
name: avers version: 0.0.17.1 -x-revision: 32 +x-revision: 33 cabal-version: >=1.10 build-type: Simple license: GPL-3 build-depends: aeson >=1.1.2.1 && <1.5, attoparsec >=0.13.1.0 && <0.14, - base >=4.9.0.0 && <4.13, + base >=4.9.0.0 && <4.14, bytestring >=0.10.8.1 && <0.11, clock >=0.7.2 && <0.9, containers >=0.5.7.1 && <0.7, network-uri >=2.6.1.0 && <2.7, safe >=0.3.10 && <0.4, stm >=2.4.4.1 && <2.6, - template-haskell >=2.11.0.0 && <2.15, + template-haskell >=2.11.0.0 && <2.16, text >=1.2.2.1 && <1.3, time >=1.6.0.1 && <1.10, unordered-containers >=0.2.7.2 && <0.3, aeson >=1.0.2.1 && <1.5, attoparsec >=0.13.1.0 && <0.14, avers, - base >=4.9.0.0 && <4.13, + base >=4.9.0.0 && <4.14, base16-bytestring >=0.1.1.6 && <0.2, bytestring >=0.10.8.1 && <0.11, containers >=0.5.7.1 && <0.7, build-depends: aeson >=1.0.2.1 && <1.5, avers, - base >=4.9.0.0 && <4.13, + base >=4.9.0.0 && <4.14, mtl >=2.2.1 && <2.3, criterion >=1.1.4.0 && <1.6, resource-pool >=0.2.3.2 && <0.3,
revision 34
name: avers version: 0.0.17.1 -x-revision: 33 +x-revision: 34 cabal-version: >=1.10 build-type: Simple license: GPL-3 unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, - cryptonite >=0.21 && <0.26, + cryptonite >=0.21 && <0.27, memory >=0.14 && <0.16, inflections >=0.3.0.0 && <0.5, resource-pool >=0.2.3.2 && <0.3,
revision 35
name: avers version: 0.0.17.1 -x-revision: 34 +x-revision: 35 cabal-version: >=1.10 build-type: Simple license: GPL-3 build-depends: aeson >=1.1.2.1 && <1.5, attoparsec >=0.13.1.0 && <0.14, - base >=4.9.0.0 && <4.14, + base >=4.9.0.0 && <4.15, bytestring >=0.10.8.1 && <0.11, clock >=0.7.2 && <0.9, containers >=0.5.7.1 && <0.7, network-uri >=2.6.1.0 && <2.7, safe >=0.3.10 && <0.4, stm >=2.4.4.1 && <2.6, - template-haskell >=2.11.0.0 && <2.16, + template-haskell >=2.11.0.0 && <2.17, text >=1.2.2.1 && <1.3, time >=1.6.0.1 && <1.10, unordered-containers >=0.2.7.2 && <0.3, aeson >=1.0.2.1 && <1.5, attoparsec >=0.13.1.0 && <0.14, avers, - base >=4.9.0.0 && <4.14, + base >=4.9.0.0 && <4.15, base16-bytestring >=0.1.1.6 && <0.2, bytestring >=0.10.8.1 && <0.11, containers >=0.5.7.1 && <0.7, build-depends: aeson >=1.0.2.1 && <1.5, avers, - base >=4.9.0.0 && <4.14, + base >=4.9.0.0 && <4.15, mtl >=2.2.1 && <2.3, criterion >=1.1.4.0 && <1.6, resource-pool >=0.2.3.2 && <0.3,
revision 36
name: avers version: 0.0.17.1 -x-revision: 35 +x-revision: 36 cabal-version: >=1.10 build-type: Simple license: GPL-3 Avers.Types Avers.Views build-depends: - aeson >=1.1.2.1 && <1.5, + aeson >=1.1.2.1 && <1.6, attoparsec >=0.13.1.0 && <0.14, base >=4.9.0.0 && <4.15, bytestring >=0.10.8.1 && <0.11, main-is: Test.hs build-depends: MonadRandom >=0.4.2.3 && <0.6, - aeson >=1.0.2.1 && <1.5, + aeson >=1.0.2.1 && <1.6, attoparsec >=0.13.1.0 && <0.14, avers, base >=4.9.0.0 && <4.15, type: exitcode-stdio-1.0 main-is: Benchmark.hs build-depends: - aeson >=1.0.2.1 && <1.5, + aeson >=1.0.2.1 && <1.6, avers, base >=4.9.0.0 && <4.15, mtl >=2.2.1 && <2.3,
revision 37
name: avers version: 0.0.17.1 -x-revision: 36 +x-revision: 37 cabal-version: >=1.10 build-type: Simple license: GPL-3 unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, - cryptonite >=0.21 && <0.27, + cryptonite >=0.21 && <0.28, memory >=0.14 && <0.16, inflections >=0.3.0.0 && <0.5, resource-pool >=0.2.3.2 && <0.3,
revision 38
name: avers version: 0.0.17.1 -x-revision: 37 +x-revision: 38 cabal-version: >=1.10 build-type: Simple license: GPL-3 attoparsec >=0.13.1.0 && <0.14, avers, base >=4.9.0.0 && <4.15, - base16-bytestring >=0.1.1.6 && <0.2, + base16-bytestring >=0.1.1.6 && <0.3, bytestring >=0.10.8.1 && <0.11, containers >=0.5.7.1 && <0.7, cryptohash >=0.11.9 && <0.12,
revision 39
name: avers version: 0.0.17.1 -x-revision: 38 +x-revision: 39 cabal-version: >=1.10 build-type: Simple license: GPL-3 unordered-containers >=0.2.7.2 && <0.3, vector >=0.11.0.0 && <0.13, MonadRandom >=0.4.2.3 && <0.6, - cryptonite >=0.21 && <0.28, + cryptonite >=0.21 && <0.29, memory >=0.14 && <0.16, inflections >=0.3.0.0 && <0.5, resource-pool >=0.2.3.2 && <0.3,
revision 40
name: avers version: 0.0.17.1 -x-revision: 39 +x-revision: 40 cabal-version: >=1.10 build-type: Simple license: GPL-3 attoparsec >=0.13.1.0 && <0.14, avers, base >=4.9.0.0 && <4.15, - base16-bytestring >=0.1.1.6 && <0.3, + base16-bytestring, bytestring >=0.10.8.1 && <0.11, containers >=0.5.7.1 && <0.7, cryptohash >=0.11.9 && <0.12,