Cabal revisions of tinyid-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4-name: tinyid-version: 0.1.0.0-synopsis: A secure URL-friendly string ID generator-homepage: https://github.com/m4xine/tinyid-bug-reports: https://github.com/m4xine/tinyid/issues-license: MIT-license-file: LICENSE-author: m4xine-maintainer: maxined@pm.me-category: Data-extra-source-files: CHANGELOG.md--library- exposed-modules: - Data.TinyID- build-depends: - base >= 4.14.3 && < 4.15,- bytestring >= 0.10.12 && < 0.11,- entropy >= 0.4.1 && < 0.5- hs-source-dirs: src- default-language: Haskell2010+cabal-version: 2.4 +name: tinyid +version: 0.1.0.0 +x-revision: 1 +synopsis: A secure URL-friendly string ID generator +homepage: https://github.com/freepuppies/tinyid +bug-reports: https://github.com/freepuppies/tinyid/issues +license: MIT +license-file: LICENSE +author: freepuppies +maintainer: freepuppies +category: Data +extra-source-files: CHANGELOG.md + +library + exposed-modules: + Data.TinyID + build-depends: + base >= 4.14.3 && < 4.15, + bytestring >= 0.10.12 && < 0.11, + entropy >= 0.4.1 && < 0.5 + hs-source-dirs: src + default-language: Haskell2010
revision 2
cabal-version: 2.4 name: tinyid version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: A secure URL-friendly string ID generator homepage: https://github.com/freepuppies/tinyid bug-reports: https://github.com/freepuppies/tinyid/issues license: MIT license-file: LICENSE author: freepuppies -maintainer: freepuppies +maintainer: maxined@pm.me category: Data extra-source-files: CHANGELOG.md