packages feed

hipsql-server-0.0.0.0: hipsql-server.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: f0cedace01b47986a3e38bacb0d915e920465e07875cac545339742af0415b45

name:           hipsql-server
version:        0.0.0.0
description:    Please see the README on GitHub at <https://github.com/simspace/hipsql#readme>
homepage:       https://github.com/simspace/hipsql#readme
bug-reports:    https://github.com/simspace/hipsql/issues
author:         Cary Robbins
maintainer:     carymrobbins@gmail.com
copyright:      2021 SimSpace
license:        BSD3
build-type:     Simple
extra-source-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/simspace/hipsql

library
  exposed-modules:
      Hipsql.Server
      Hipsql.Server.Adapter
      Hipsql.Server.Internal
  other-modules:
      Paths_hipsql_server
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      async >=2.2.2 && <2.3
    , base >=4.7 && <5
    , bytestring >=0.10.10.0 && <0.11
    , hipsql-api >=0.0 && <0.1
    , hipsql-monad >=0.0 && <0.1
    , mtl >=2.2.2 && <2.3
    , postgresql-libpq >=0.9.4.2 && <0.10
    , servant-server >=0.16 && <0.17
    , warp >=3.3.13 && <3.4
  default-language: Haskell2010

executable hipsql-demo-server
  main-is: Main.hs
  other-modules:
      Paths_hipsql_server
  hs-source-dirs:
      exe
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      async >=2.2.2 && <2.3
    , base >=4.7 && <5
    , bytestring >=0.10.10.0 && <0.11
    , hipsql-api >=0.0 && <0.1
    , hipsql-monad >=0.0 && <0.1
    , hipsql-server
    , mtl >=2.2.2 && <2.3
    , postgresql-libpq >=0.9.4.2 && <0.10
    , servant-server >=0.16 && <0.17
    , warp >=3.3.13 && <3.4
  default-language: Haskell2010