2022-06-28 20:30:09 -05:00
|
|
|
cabal-version: 1.12
|
|
|
|
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
|
|
|
--
|
|
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
|
|
|
|
name: Purr
|
|
|
|
version: 0.1.0.0
|
|
|
|
description: https://git.eversole.co/James/Purr
|
|
|
|
author: James Eversole
|
|
|
|
maintainer: james@eversole.co
|
|
|
|
copyright: 2022 James Eversole
|
|
|
|
license: ISC
|
|
|
|
license-file: LICENSE
|
|
|
|
build-type: Simple
|
|
|
|
extra-source-files:
|
|
|
|
README.md
|
|
|
|
ChangeLog.md
|
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules:
|
2022-07-01 20:34:29 -05:00
|
|
|
Core.Configuration
|
|
|
|
Core.HTTP
|
2022-07-18 16:04:10 -05:00
|
|
|
Core.SQLite
|
2022-07-02 13:23:53 -05:00
|
|
|
Core.Templates
|
2022-07-01 20:34:29 -05:00
|
|
|
Core.Types
|
2022-07-29 17:40:45 -05:00
|
|
|
Feature.Generation.HTTP
|
2022-07-18 16:04:10 -05:00
|
|
|
Feature.Generation.Links
|
2022-07-22 12:27:35 -05:00
|
|
|
Feature.Generation.Passwords
|
2022-07-18 16:04:10 -05:00
|
|
|
Feature.Generation.Shared
|
2022-07-29 17:40:45 -05:00
|
|
|
Feature.Generation.Templates
|
2022-07-02 18:37:30 -05:00
|
|
|
Feature.Sharing.HTTP
|
2022-07-18 16:04:10 -05:00
|
|
|
Feature.Sharing.SQLite
|
2022-07-02 18:37:30 -05:00
|
|
|
Feature.Sharing.Templates
|
2022-07-05 20:11:41 -05:00
|
|
|
Feature.Sharing.Types
|
2022-06-28 20:30:09 -05:00
|
|
|
Lib
|
|
|
|
other-modules:
|
|
|
|
Paths_Purr
|
|
|
|
hs-source-dirs:
|
|
|
|
src
|
2022-07-01 20:34:29 -05:00
|
|
|
default-extensions:
|
|
|
|
ConstraintKinds
|
2022-07-02 13:23:53 -05:00
|
|
|
DeriveGeneric
|
2022-07-01 20:34:29 -05:00
|
|
|
FlexibleContexts
|
|
|
|
FlexibleInstances
|
2022-07-02 13:23:53 -05:00
|
|
|
GeneralizedNewtypeDeriving
|
|
|
|
OverloadedStrings
|
2022-07-01 20:34:29 -05:00
|
|
|
ScopedTypeVariables
|
2022-06-28 20:30:09 -05:00
|
|
|
build-depends:
|
2022-07-18 16:04:10 -05:00
|
|
|
base >=4.7
|
2022-07-29 20:31:58 -05:00
|
|
|
, base64-bytestring >=1.2.0.0
|
2022-07-02 13:23:53 -05:00
|
|
|
, blaze-html >=0.9.1.0
|
2022-07-29 20:31:58 -05:00
|
|
|
, bytestring >=0.10.12.1
|
|
|
|
, containers >=0.6.4.1
|
|
|
|
, crypto-simple >=0.1.0.0
|
2022-07-01 20:34:29 -05:00
|
|
|
, dhall >=1.40 && <1.41.2
|
|
|
|
, http-types >=0.12.3
|
|
|
|
, iso8601-time >=0.1.5
|
|
|
|
, mtl >=2.2.2
|
2022-07-18 16:04:10 -05:00
|
|
|
, random >=1.2
|
2022-07-01 20:34:29 -05:00
|
|
|
, scotty ==0.12
|
2022-07-02 13:23:53 -05:00
|
|
|
, shakespeare >=2.0.20
|
2022-07-18 16:04:10 -05:00
|
|
|
, sqlite-simple >=0.4.18.0
|
2022-07-29 20:31:58 -05:00
|
|
|
, text >=1.2.5.0
|
2022-07-01 20:34:29 -05:00
|
|
|
, time >=1.9
|
|
|
|
, wai-extra >=3.1.12.1
|
2022-07-19 15:57:30 -05:00
|
|
|
, wai-middleware-static >=0.5
|
2022-06-28 20:30:09 -05:00
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
|
|
executable Purr-exe
|
|
|
|
main-is: Main.hs
|
|
|
|
other-modules:
|
|
|
|
Paths_Purr
|
|
|
|
hs-source-dirs:
|
|
|
|
app
|
2022-07-01 20:34:29 -05:00
|
|
|
default-extensions:
|
|
|
|
ConstraintKinds
|
2022-07-02 13:23:53 -05:00
|
|
|
DeriveGeneric
|
2022-07-01 20:34:29 -05:00
|
|
|
FlexibleContexts
|
|
|
|
FlexibleInstances
|
2022-07-02 13:23:53 -05:00
|
|
|
GeneralizedNewtypeDeriving
|
|
|
|
OverloadedStrings
|
2022-07-01 20:34:29 -05:00
|
|
|
ScopedTypeVariables
|
2022-06-28 20:30:09 -05:00
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
|
|
build-depends:
|
2022-07-05 20:11:41 -05:00
|
|
|
Purr
|
2022-07-01 20:34:29 -05:00
|
|
|
, base >=4.7
|
2022-07-29 20:31:58 -05:00
|
|
|
, base64-bytestring >=1.2.0.0
|
2022-07-02 13:23:53 -05:00
|
|
|
, blaze-html >=0.9.1.0
|
2022-07-29 20:31:58 -05:00
|
|
|
, bytestring >=0.10.12.1
|
|
|
|
, containers >=0.6.4.1
|
|
|
|
, crypto-simple >=0.1.0.0
|
2022-07-01 20:34:29 -05:00
|
|
|
, dhall >=1.40 && <1.41.2
|
|
|
|
, http-types >=0.12.3
|
|
|
|
, iso8601-time >=0.1.5
|
|
|
|
, mtl >=2.2.2
|
2022-07-18 16:04:10 -05:00
|
|
|
, random >=1.2
|
2022-07-01 20:34:29 -05:00
|
|
|
, scotty ==0.12
|
2022-07-02 13:23:53 -05:00
|
|
|
, shakespeare >=2.0.20
|
2022-07-18 16:04:10 -05:00
|
|
|
, sqlite-simple >=0.4.18.0
|
2022-07-29 20:31:58 -05:00
|
|
|
, text >=1.2.5.0
|
2022-07-01 20:34:29 -05:00
|
|
|
, time >=1.9
|
|
|
|
, wai-extra >=3.1.12.1
|
2022-07-19 15:57:30 -05:00
|
|
|
, wai-middleware-static >=0.5
|
2022-06-28 20:30:09 -05:00
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
|
|
test-suite Purr-test
|
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
main-is: Spec.hs
|
|
|
|
other-modules:
|
|
|
|
Paths_Purr
|
|
|
|
hs-source-dirs:
|
|
|
|
test
|
2022-07-01 20:34:29 -05:00
|
|
|
default-extensions:
|
|
|
|
ConstraintKinds
|
2022-07-02 13:23:53 -05:00
|
|
|
DeriveGeneric
|
2022-07-01 20:34:29 -05:00
|
|
|
FlexibleContexts
|
|
|
|
FlexibleInstances
|
2022-07-02 13:23:53 -05:00
|
|
|
GeneralizedNewtypeDeriving
|
|
|
|
OverloadedStrings
|
2022-07-01 20:34:29 -05:00
|
|
|
ScopedTypeVariables
|
2022-06-28 20:30:09 -05:00
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
|
|
build-depends:
|
2022-07-05 20:11:41 -05:00
|
|
|
Purr
|
2022-07-01 20:34:29 -05:00
|
|
|
, base >=4.7
|
2022-07-29 20:31:58 -05:00
|
|
|
, base64-bytestring >=1.2.0.0
|
2022-07-02 13:23:53 -05:00
|
|
|
, blaze-html >=0.9.1.0
|
2022-07-29 20:31:58 -05:00
|
|
|
, bytestring >=0.10.12.1
|
|
|
|
, containers >=0.6.4.1
|
|
|
|
, crypto-simple >=0.1.0.0
|
2022-07-01 20:34:29 -05:00
|
|
|
, dhall >=1.40 && <1.41.2
|
|
|
|
, http-types >=0.12.3
|
|
|
|
, iso8601-time >=0.1.5
|
|
|
|
, mtl >=2.2.2
|
2022-07-18 16:04:10 -05:00
|
|
|
, random >=1.2
|
2022-07-01 20:34:29 -05:00
|
|
|
, scotty ==0.12
|
2022-07-02 13:23:53 -05:00
|
|
|
, shakespeare >=2.0.20
|
2022-07-18 16:04:10 -05:00
|
|
|
, sqlite-simple >=0.4.18.0
|
2022-07-29 20:31:58 -05:00
|
|
|
, text >=1.2.5.0
|
2022-07-01 20:34:29 -05:00
|
|
|
, time >=1.9
|
|
|
|
, wai-extra >=3.1.12.1
|
2022-07-19 15:57:30 -05:00
|
|
|
, wai-middleware-static >=0.5
|
2022-06-28 20:30:09 -05:00
|
|
|
default-language: Haskell2010
|