packages feed

hipsql-api-0.0.0.0: hipsql-api.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: f1b5fc556493646dc34671dfd75d40b86715250587e57f49023aacd7b113eea6

name:           hipsql-api
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
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    CHANGELOG.md

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

library
  exposed-modules:
      Hipsql.API
      Hipsql.API.Internal
  other-modules:
      Paths_hipsql_api
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      aeson >=1.4.7.1 && <1.5
    , base >=4.7 && <5
    , bytestring >=0.10.10.0 && <0.11
    , servant >=0.16 && <0.17
  default-language: Haskell2010