Cabal revisions of hlrdb-core-0.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: hlrdb-core-version: 0.2.0.0-synopsis: High-level Redis Database Core API-description: A library for type-driven interaction with Redis-license: MIT-license-file: LICENSE-author: Identical Snowflake-maintainer: identicalsnowflake@protonmail.com-category: Database-build-type: Simple-cabal-version: 2.0-homepage: https://github.com/identicalsnowflake/hlrdb-core-bug-reports: https://github.com/identicalsnowflake/hlrdb-core/issues-extra-source-files: CHANGELOG.md--source-repository head- type: git- location: https://github.com/identicalsnowflake/hlrdb-core--library- exposed-modules:- HLRDB.Core- , HLRDB.Primitives.Aggregate- , HLRDB.Primitives.Redis- , HLRDB.Structures.Basic- , HLRDB.Structures.HSet- , HLRDB.Structures.List- , HLRDB.Structures.Set- , HLRDB.Structures.SSet- , HLRDB.Internal- build-depends: base >= 4.9 && < 5.0- , bytestring >= 0.10.8.2 && < 0.12- , hashable >= 1.2.6.1 && < 1.5- , hedis >= 0.14 && < 0.16- , lens >= 4.16 && < 5.2- , mtl ^>= 2.2.2- , profunctors >= 5.2.2 && < 5.7- , random >= 1.1 && < 1.3- , time >=1.6 && <1.13- , unordered-containers >= 0.2.8.0 && < 0.2.14- hs-source-dirs: src- default-language: Haskell2010- default-extensions:- BangPatterns- , DataKinds- , DeriveGeneric- , DeriveTraversable- , FlexibleContexts- , GADTs- , LambdaCase- , OverloadedStrings- , RankNTypes- , ScopedTypeVariables- , TypeOperators-- ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fwarn-tabs-+name: hlrdb-core +version: 0.2.0.0 +x-revision: 1 +synopsis: High-level Redis Database Core API +description: A library for type-driven interaction with Redis +license: MIT +license-file: LICENSE +author: Identical Snowflake +maintainer: identicalsnowflake@protonmail.com +category: Database +build-type: Simple +cabal-version: 2.0 +homepage: https://github.com/identicalsnowflake/hlrdb-core +bug-reports: https://github.com/identicalsnowflake/hlrdb-core/issues +extra-source-files: CHANGELOG.md + +source-repository head + type: git + location: https://github.com/identicalsnowflake/hlrdb-core + +library + exposed-modules: + HLRDB.Core + , HLRDB.Primitives.Aggregate + , HLRDB.Primitives.Redis + , HLRDB.Structures.Basic + , HLRDB.Structures.HSet + , HLRDB.Structures.List + , HLRDB.Structures.Set + , HLRDB.Structures.SSet + , HLRDB.Internal + build-depends: base >= 4.9 && < 5.0 + , bytestring >= 0.10.8.2 && < 0.12 + , hashable >= 1.2.6.1 && < 1.5 + , hedis >= 0.14 && < 0.16 + , lens >= 4.16 && < 5.2 + , mtl ^>= 2.2.2 + , profunctors >= 5.2.2 && < 5.7 + , random >= 1.1 && < 1.3 + , time >=1.6 && <1.13 + , unordered-containers >= 0.2.8.0 && < 0.2.20 + hs-source-dirs: src + default-language: Haskell2010 + default-extensions: + BangPatterns + , DataKinds + , DeriveGeneric + , DeriveTraversable + , FlexibleContexts + , GADTs + , LambdaCase + , OverloadedStrings + , RankNTypes + , ScopedTypeVariables + , TypeOperators + + ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fwarn-tabs +
revision 2
name: hlrdb-core version: 0.2.0.0 -x-revision: 1 +x-revision: 2 synopsis: High-level Redis Database Core API description: A library for type-driven interaction with Redis license: MIT , bytestring >= 0.10.8.2 && < 0.12 , hashable >= 1.2.6.1 && < 1.5 , hedis >= 0.14 && < 0.16 - , lens >= 4.16 && < 5.2 + , lens >= 4.16 && < 5.3 , mtl ^>= 2.2.2 , profunctors >= 5.2.2 && < 5.7 , random >= 1.1 && < 1.3
revision 3
name: hlrdb-core version: 0.2.0.0 -x-revision: 2 +x-revision: 3 synopsis: High-level Redis Database Core API description: A library for type-driven interaction with Redis license: MIT , hashable >= 1.2.6.1 && < 1.5 , hedis >= 0.14 && < 0.16 , lens >= 4.16 && < 5.3 - , mtl ^>= 2.2.2 + , mtl >= 2.2.2 && < 2.4 , profunctors >= 5.2.2 && < 5.7 , random >= 1.1 && < 1.3 , time >=1.6 && <1.13
revision 4
name: hlrdb-core version: 0.2.0.0 -x-revision: 3 +x-revision: 4 synopsis: High-level Redis Database Core API description: A library for type-driven interaction with Redis license: MIT , HLRDB.Structures.SSet , HLRDB.Internal build-depends: base >= 4.9 && < 5.0 - , bytestring >= 0.10.8.2 && < 0.12 - , hashable >= 1.2.6.1 && < 1.5 + , bytestring >= 0.10.8.2 && < 0.13 + , hashable >= 1.2.6.1 && < 1.6 , hedis >= 0.14 && < 0.16 , lens >= 4.16 && < 5.3 , mtl >= 2.2.2 && < 2.4 - , profunctors >= 5.2.2 && < 5.7 + , profunctors >=5.2.2 && <5.7 , random >= 1.1 && < 1.3 - , time >=1.6 && <1.13 - , unordered-containers >= 0.2.8.0 && < 0.2.20 + , time >=1.6 && <1.15 + , unordered-containers >= 0.2.8.0 && < 0.2.21 hs-source-dirs: src default-language: Haskell2010 default-extensions:
revision 5
name: hlrdb-core version: 0.2.0.0 -x-revision: 4 +x-revision: 5 synopsis: High-level Redis Database Core API description: A library for type-driven interaction with Redis license: MIT , bytestring >= 0.10.8.2 && < 0.13 , hashable >= 1.2.6.1 && < 1.6 , hedis >= 0.14 && < 0.16 - , lens >= 4.16 && < 5.3 + , lens >= 4.16 && < 5.4 , mtl >= 2.2.2 && < 2.4 , profunctors >=5.2.2 && <5.7 , random >= 1.1 && < 1.3
revision 6
name: hlrdb-core version: 0.2.0.0 -x-revision: 5 +x-revision: 6 synopsis: High-level Redis Database Core API description: A library for type-driven interaction with Redis license: MIT , hedis >= 0.14 && < 0.16 , lens >= 4.16 && < 5.4 , mtl >= 2.2.2 && < 2.4 - , profunctors >=5.2.2 && <5.7 - , random >= 1.1 && < 1.3 - , time >=1.6 && <1.15 + , profunctors >= 5.2.2 && < 5.7 + , random >= 1.1 && < 1.4 + , time >=1.6 && <1.16 , unordered-containers >= 0.2.8.0 && < 0.2.21 hs-source-dirs: src default-language: Haskell2010