jon/jon.cabal
2022-11-29 17:58:08 +01:00

59 lines
1.7 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
name: jon
version: 0.1.0.0
author: Paul Brinkmeier
maintainer: paul.brinkmeier@fsmi.uni-karlsruhe.de
copyright: 2022 Paul Brinkmeier
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://git.fsmi.org/paul/jon
library
exposed-modules:
Jon.Main
other-modules:
Paths_jon
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, postgresql-simple
default-language: Haskell2010
executable jon-exe
main-is: Main.hs
hs-source-dirs:
app
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, jon
, postgresql-simple
default-language: Haskell2010
test-suite jon-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_jon
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, jon
, postgresql-simple
default-language: Haskell2010