55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
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:
|
|
Lib
|
|
other-modules:
|
|
Paths_Purr
|
|
hs-source-dirs:
|
|
src
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
default-language: Haskell2010
|
|
|
|
executable Purr-exe
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_Purr
|
|
hs-source-dirs:
|
|
app
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
Purr
|
|
, base >=4.7 && <5
|
|
default-language: Haskell2010
|
|
|
|
test-suite Purr-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
Paths_Purr
|
|
hs-source-dirs:
|
|
test
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
Purr
|
|
, base >=4.7 && <5
|
|
default-language: Haskell2010
|