packages feed

esqueleto-pgcrypto-0.1.0.0: esqueleto-pgcrypto.cabal

cabal-version:      1.12
name:               esqueleto-pgcrypto
version:            0.1.0.0
license:            BSD3
license-file:       LICENSE
copyright:          2021 Kyriakos Papachrysanthou
maintainer:         papachrysanthou.k@gmail.com
author:             Kyriakos Papachrysanthou
homepage:           https://github.com/3kyro/esqueleto-pgcrypto#readme
bug-reports:        https://github.com/3kyro/esqueleto-pgcrypto/issues
synopsis:           Esqueleto support for the pgcrypto PostgreSQL module
description:
    Please see the README on GitHub at <https://github.com/3kyro/esqueleto-pgcrypto#readme>

category:           Database
build-type:         Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
    type:     git
    location: https://github.com/3kyro/esqueleto-pgcrypto

library
    exposed-modules:  Database.Esqueleto.PostgreSQL.Pgcrypto
    hs-source-dirs:   src
    other-modules:    Paths_esqueleto_pgcrypto
    default-language: Haskell2010
    build-depends:
        base >=4.13 && <5,
        esqueleto >=3.5.2.2 && <3.6,
        text >=1.2.4.1 && <1.3

test-suite esqueleto-pgcrypto-test
    type:             exitcode-stdio-1.0
    main-is:          Spec.hs
    hs-source-dirs:   test
    other-modules:
        Model
        Utils
        Paths_esqueleto_pgcrypto

    default-language: Haskell2010
    ghc-options:      -threaded -rtsopts -with-rtsopts=-N
    build-depends:
        QuickCheck >=2.14.2 && <2.15,
        base >=4.13 && <5,
        esqueleto >=3.5.2.2 && <3.6,
        esqueleto-pgcrypto -any,
        hspec >=2.7.10 && <2.8,
        monad-logger >=0.3.36 && <0.4,
        persistent >=2.13.1.2 && <2.14,
        persistent-postgresql >=2.13.1.0 && <2.14,
        text >=1.2.4.1 && <1.3,
        transformers >=0.5.6.2 && <0.6,
        unliftio >=0.2.20 && <0.3