packages feed

squealgen-0.2.0.0: squealgen.cabal

cabal-version: 1.12

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

name:           squealgen
version:        0.2.0.0
synopsis:       generate squeal types from an existing database
description:    Please see the README on GitHub at <https://github.com/mwotton/squealgen#readme>
category:       Database
homepage:       https://github.com/mwotton/squealgen#readme
bug-reports:    https://github.com/mwotton/squealgen/issues
author:         Mark Wotton
maintainer:     mwotton@gmail.com
copyright:      2020 Mark Wotton
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md
    squealgen
data-files:
    squealgen.sql

source-repository head
  type: git
  location: https://github.com/mwotton/squealgen

executable squealgen
  main-is: Main.hs
  other-modules:
      Paths_squealgen
  hs-source-dirs:
      app
  build-depends:
      base >=4.7 && <5
    , process >=1.6 && <2
  default-language: Haskell2010

test-suite tests
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      EmptySchema.DBSpec
      EmptySchema.Public
  hs-source-dirs:
      test
  default-extensions:
      DataKinds
      DeriveGeneric
      OverloadedLabels
      FlexibleContexts
      TypeApplications
      TypeOperators
      GADTs
  build-depends:
      base >=4.7 && <5
    , bytestring
    , containers
    , directory
    , falsify
    , filepath
    , generics-sop
    , hspec
    , hspec-expectations-lifted
    , iproute
    , mtl
    , network-ip
    , postgresql-binary
    , process
    , squeal-postgresql >=0.9.2.0
    , tasty
    , tasty-hspec
    , temporary
    , text
    , tmp-postgres >=1.34.1.0
    , unliftio
  default-language: Haskell2010