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.Garfield.Queries
      Jon.Garfield.Types
      Jon.Main
      Jon.Server
  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:
      aeson
    , base >=4.7 && <5
    , beam-core
    , beam-postgres
    , bytestring
    , postgresql-simple
    , scientific
    , servant
    , servant-server
    , text
    , time
    , warp
  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:
      aeson
    , base >=4.7 && <5
    , beam-core
    , beam-postgres
    , bytestring
    , jon
    , postgresql-simple
    , scientific
    , servant
    , servant-server
    , text
    , time
    , warp
  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:
      aeson
    , base >=4.7 && <5
    , beam-core
    , beam-postgres
    , bytestring
    , jon
    , postgresql-simple
    , scientific
    , servant
    , servant-server
    , text
    , time
    , warp
  default-language: Haskell2010