Cabal revisions of cryptoids-0.5.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: 2089e71d5c8505cf30f7eb17988883c373302227642b65199d4544ddf18541ab--name: cryptoids-version: 0.5.1.0-synopsis: Reversable and secure encoding of object ids as a bytestring-category: cryptography-author: Gregor Kleen <aethoago@141.li>-maintainer: Gregor Kleen <aethoago@141.li>-license: BSD3-license-file: LICENSE-build-type: Simple-cabal-version: >= 1.10-extra-source-files:- changes.md--source-repository head- type: git- location: https://git.rheperire.org/cryptoids/cryptoids--library- exposed-modules:- Data.CryptoID.Poly- Data.CryptoID.Poly.ImplicitNamespace- Data.CryptoID.ByteString- Data.CryptoID.ByteString.ImplicitNamespace- other-modules:- Paths_cryptoids- hs-source-dirs:- src- default-extensions: RankNTypes DataKinds GeneralizedNewtypeDeriving ViewPatterns RecordWildCards FlexibleContexts FlexibleInstances MultiParamTypeClasses TypeFamilies ConstraintKinds- ghc-options: -Wall -fno-warn-name-shadowing- build-depends:- base >=4.9 && <5- , binary >=0.8.3 && <0.9- , bytestring >=0.10.8 && <0.11- , cryptoids-class >=0.0 && <0.1- , cryptoids-types >=0.0 && <0.1- , cryptonite >=0.23 && <0.26- , directory >=1.3.0 && <1.4- , exceptions >=0.8.3 && <0.11- , filepath >=1.4.1 && <1.5- , memory >=0.14.6 && <0.15- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.28.2. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 2089e71d5c8505cf30f7eb17988883c373302227642b65199d4544ddf18541ab + +name: cryptoids +version: 0.5.1.0 +x-revision: 1 +synopsis: Reversable and secure encoding of object ids as a bytestring +category: cryptography +author: Gregor Kleen <aethoago@141.li> +maintainer: Gregor Kleen <aethoago@141.li> +license: BSD3 +license-file: LICENSE +build-type: Simple +cabal-version: >= 1.10 +extra-source-files: + changes.md + +source-repository head + type: git + location: https://git.rheperire.org/cryptoids/cryptoids + +library + exposed-modules: + Data.CryptoID.Poly + Data.CryptoID.Poly.ImplicitNamespace + Data.CryptoID.ByteString + Data.CryptoID.ByteString.ImplicitNamespace + other-modules: + Paths_cryptoids + hs-source-dirs: + src + default-extensions: RankNTypes DataKinds GeneralizedNewtypeDeriving ViewPatterns RecordWildCards FlexibleContexts FlexibleInstances MultiParamTypeClasses TypeFamilies ConstraintKinds + ghc-options: -Wall -fno-warn-name-shadowing + build-depends: + base >=4.9 && <5 + , binary >=0.8.3 && <0.11 + , bytestring >=0.10.8 && <0.11 + , cryptoids-class >=0.0 && <0.1 + , cryptoids-types >=0.0 && <0.1 + , cryptonite >=0.23 && <0.26 + , directory >=1.3.0 && <1.4 + , exceptions >=0.8.3 && <0.11 + , filepath >=1.4.1 && <1.5 + , memory >=0.14.6 && <0.15 + default-language: Haskell2010
revision 2
name: cryptoids version: 0.5.1.0 -x-revision: 1 +x-revision: 2 synopsis: Reversable and secure encoding of object ids as a bytestring category: cryptography author: Gregor Kleen <aethoago@141.li> base >=4.9 && <5 , binary >=0.8.3 && <0.11 , bytestring >=0.10.8 && <0.11 - , cryptoids-class >=0.0 && <0.1 + , cryptoids-class >=0.0 && <1.1 , cryptoids-types >=0.0 && <0.1 , cryptonite >=0.23 && <0.26 , directory >=1.3.0 && <1.4
revision 3
name: cryptoids version: 0.5.1.0 -x-revision: 2 +x-revision: 3 synopsis: Reversable and secure encoding of object ids as a bytestring category: cryptography author: Gregor Kleen <aethoago@141.li> base >=4.9 && <5 , binary >=0.8.3 && <0.11 , bytestring >=0.10.8 && <0.11 - , cryptoids-class >=0.0 && <1.1 - , cryptoids-types >=0.0 && <0.1 + , cryptoids-class >=0.0 && <0.1 + , cryptoids-types >=0.0 && <1.1 , cryptonite >=0.23 && <0.26 , directory >=1.3.0 && <1.4 , exceptions >=0.8.3 && <0.11
revision 4
name: cryptoids version: 0.5.1.0 -x-revision: 3 +x-revision: 4 synopsis: Reversable and secure encoding of object ids as a bytestring category: cryptography author: Gregor Kleen <aethoago@141.li> , bytestring >=0.10.8 && <0.11 , cryptoids-class >=0.0 && <0.1 , cryptoids-types >=0.0 && <1.1 - , cryptonite >=0.23 && <0.26 + , cryptonite >=0.23 && <0.27 , directory >=1.3.0 && <1.4 , exceptions >=0.8.3 && <0.11 , filepath >=1.4.1 && <1.5
revision 5
name: cryptoids version: 0.5.1.0 -x-revision: 4 +x-revision: 5 synopsis: Reversable and secure encoding of object ids as a bytestring category: cryptography author: Gregor Kleen <aethoago@141.li> , directory >=1.3.0 && <1.4 , exceptions >=0.8.3 && <0.11 , filepath >=1.4.1 && <1.5 - , memory >=0.14.6 && <0.15 + , memory >=0.14.6 && <0.16 default-language: Haskell2010