name: userid version: 0.1.3.5 synopsis: The UserId type and useful instances for web development description: Includes instances for SafeCopy, Lens, Boomerang, PathInfo and more homepage: http://www.github.com/Happstack/userid license: BSD3 license-file: LICENSE author: Jeremy Shaw maintainer: jeremy@n-heptane.com category: Data build-type: Simple cabal-version: >=1.10 tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1 source-repository head type: git location: git://github.com/Happstack/userid.git library exposed-modules: Data.UserId build-depends: base >= 4.6 && < 4.15, aeson >= 0.9 && < 1.5, boomerang >= 1.4 && < 1.5, cereal == 0.5.*, safecopy >= 0.8 && < 0.11, web-routes >= 0.27 && < 0.28, web-routes-th >= 0.22 && < 0.23 default-language: Haskell2010