packages feed

hipsql-client-0.0.0.0: hipsql-client.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: 08d9a8e124f88e84e73767f540d73e26aa48d66c68fa9bc9ef8b32e31e2427d4

name:           hipsql-client
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.Client.Internal
  other-modules:
      Paths_hipsql_client
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10.10.0 && <0.11
    , directory >=1.3.6.0 && <1.4
    , filepath >=1.4.2.1 && <1.5
    , haskeline >=0.7.5.0 && <0.8
    , hipsql-api >=0.0 && <0.1
    , http-client >=0.6.4.1 && <0.7
    , http-types >=0.12.3 && <0.13
    , mtl >=2.2.2 && <2.3
    , servant-client >=0.16 && <0.17
    , servant-client-core >=0.16 && <0.17
  default-language: Haskell2010

executable hipsql
  main-is: Main.hs
  other-modules:
      Paths_hipsql_client
  hs-source-dirs:
      exe
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10.10.0 && <0.11
    , directory >=1.3.6.0 && <1.4
    , filepath >=1.4.2.1 && <1.5
    , haskeline >=0.7.5.0 && <0.8
    , hipsql-api >=0.0 && <0.1
    , hipsql-client
    , http-client >=0.6.4.1 && <0.7
    , http-types >=0.12.3 && <0.13
    , mtl >=2.2.2 && <2.3
    , servant-client >=0.16 && <0.17
    , servant-client-core >=0.16 && <0.17
  if os(darwin)
    ghc-options: -optP-Wno-nonportable-include-path
  default-language: Haskell2010