Cabal revisions of cryptoids-types-0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: cryptoids-types-version: 0.0.0-cabal-version: >=1.10-build-type: Simple-license: BSD3-license-file: LICENSE-maintainer: aethoago@141.li-synopsis: Shared types for encrypting internal object identifiers before exposure-category: Web-author: Gregor Kleen-extra-source-files:- changes.md--source-repository head- type: git- location: https://git.rheperire.org/cryptoids- subdir: cryptoids-types--library- exposed-modules:- Data.CryptoID- build-depends:- base >=4.9 && <4.11,- binary >=0.8.3.0 && <0.9,- path-pieces >=0.2.1 && <0.3,- http-api-data >=0.3.7.1 && <0.4- default-language: Haskell2010- default-extensions: KindSignatures DataKinds- GeneralizedNewtypeDeriving DeriveGeneric DeriveDataTypeable- hs-source-dirs: src-+name: cryptoids-types +version: 0.0.0 +x-revision: 1 +cabal-version: >=1.10 +build-type: Simple +license: BSD3 +license-file: LICENSE +maintainer: aethoago@141.li +synopsis: Shared types for encrypting internal object identifiers before exposure +category: Web +author: Gregor Kleen +extra-source-files: + changes.md + +source-repository head + type: git + location: https://git.rheperire.org/cryptoids + subdir: cryptoids-types + +library + exposed-modules: + Data.CryptoID + build-depends: + base >=4.9 && <5, + binary >=0.8.3 && <0.9, + path-pieces >=0.2.1 && <0.3, + http-api-data >=0.3.7 && <0.4 + default-language: Haskell2010 + default-extensions: KindSignatures DataKinds + GeneralizedNewtypeDeriving DeriveGeneric DeriveDataTypeable + hs-source-dirs: src +
revision 2
name: cryptoids-types version: 0.0.0 -x-revision: 1 +x-revision: 2 cabal-version: >=1.10 build-type: Simple license: BSD3 Data.CryptoID build-depends: base >=4.9 && <5, - binary >=0.8.3 && <0.9, + binary >=0.8.3 && <0.11, path-pieces >=0.2.1 && <0.3, http-api-data >=0.3.7 && <0.4 default-language: Haskell2010
revision 3
name: cryptoids-types version: 0.0.0 -x-revision: 2 +x-revision: 3 cabal-version: >=1.10 build-type: Simple license: BSD3 base >=4.9 && <5, binary >=0.8.3 && <0.11, path-pieces >=0.2.1 && <0.3, - http-api-data >=0.3.7 && <0.4 + http-api-data >=0.3.7 && <0.5 default-language: Haskell2010 default-extensions: KindSignatures DataKinds GeneralizedNewtypeDeriving DeriveGeneric DeriveDataTypeable