cabal-version: 1.12 name: purr version: 0.3.0 description: https://git.eversole.co/purr author: James Eversole maintainer: james@eversole.co copyright: 2022 James Eversole license: ISC license-file: LICENSE build-type: Simple extra-source-files: README ChangeLog.md library exposed-modules: Core.Configuration Core.HTTP Core.SQLite Core.Templates Core.Types Feature.Generation.HTTP Feature.Generation.Links Feature.Generation.Passwords Feature.Generation.Shared Feature.Generation.Templates Feature.Sharing.HTTP Feature.Sharing.SQLite Feature.Sharing.Templates Lib other-modules: Paths_Purr hs-source-dirs: src default-extensions: ConstraintKinds DeriveGeneric FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving OverloadedStrings ScopedTypeVariables build-depends: base >=4.7 , base64-bytestring >=1.2.0.0 , blaze-html >=0.9.1.0 , bytestring >=0.10.12.1 , containers >=0.6.4.1 , dhall >=1.40 , file-embed ==0.0.15.0 , http-types >=0.12.3 , iso8601-time >=0.1.5 , mtl >=2.2.2 , random >=1.2 , saltine >=0.2.0.0 , scotty >=0.12 , shakespeare >=2.0.20 , split >=0.2.3.4 , sqlite-simple >=0.4.18.0 , text >=1.2.5.0 , time >=1.9 , utf8-string ==1.0.2 , wai-extra >=3.1.12.1 , wai-middleware-static >=0.5 default-language: Haskell2010 executable Purr-musl main-is: Main.hs other-modules: Paths_Purr hs-source-dirs: app default-extensions: ConstraintKinds DeriveGeneric FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving OverloadedStrings ScopedTypeVariables ghc-options: -threaded -rtsopts -with-rtsopts=-N -optl-pthread -fPIC build-depends: Purr , base >=4.7 , base64-bytestring >=1.2.0.0 , blaze-html >=0.9.1.0 , bytestring >=0.10.12.1 , containers >=0.6.4.1 , dhall >=1.40 , file-embed ==0.0.15.0 , http-types >=0.12.3 , iso8601-time >=0.1.5 , mtl >=2.2.2 , random >=1.2 , saltine >=0.2.0.0 , scotty >=0.12 , shakespeare >=2.0.20 , split >=0.2.3.4 , sqlite-simple >=0.4.18.0 , text >=1.2.5.0 , time >=1.9 , utf8-string ==1.0.2 , wai-extra >=3.1.12.1 , wai-middleware-static >=0.5 default-language: Haskell2010