packages feed

tinyid-0.1.1.0: tinyid.cabal

cabal-version:      2.4
name:               tinyid
version:            0.1.1.0
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:         maxined@pm.me
category:           Data
extra-source-files: CHANGELOG.md

library
    exposed-modules:  
        Data.TinyID
    build-depends:    
        base >= 4.17.2 && < 4.18,
        bytestring >= 0.11.5 && < 0.12,
        entropy >= 0.4.1 && < 0.5
    hs-source-dirs:   src
    default-language: Haskell2010