packages feed

tinyid-0.1.0.0: tinyid.cabal

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