packages feed

atelier-testing-0.2.0.0: atelier-testing.cabal

cabal-version: 2.0

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

name:           atelier-testing
version:        0.2.0.0
synopsis:       Database-backed test utilities for atelier
description:    Test utilities for database-backed tests using tmp-postgres — part of the atelier toolkit.
category:       Testing
homepage:       https://github.com/tweag/tricorder#readme
bug-reports:    https://github.com/tweag/tricorder/issues
author:         Christian Georgii
maintainer:     christian.georgii@tweag.io
license:        MIT
license-file:   LICENSE
build-type:     Simple
tested-with:
    GHC == 9.10.3
  , GHC == 9.6.7
  , GHC == 9.8.4
  , GHC == 9.12.4
extra-doc-files:
    CHANGELOG.md
    README.md

source-repository head
  type: git
  location: https://github.com/tweag/tricorder

library
  exposed-modules:
      Atelier.Testing.Database
  other-modules:
      Paths_atelier_testing
  autogen-modules:
      Paths_atelier_testing
  hs-source-dirs:
      src
  default-extensions:
      BlockArguments
      DataKinds
      DeriveAnyClass
      DerivingStrategies
      DerivingVia
      DuplicateRecordFields
      FlexibleContexts
      GADTs
      LambdaCase
      MultiWayIf
      OverloadedLabels
      OverloadedRecordDot
      OverloadedStrings
      StrictData
      TemplateHaskell
      TypeFamilies
  ghc-options: -Weverything -Wno-unsafe -Wno-missing-safe-haskell-mode -Wno-monomorphism-restriction -Wno-missing-kind-signatures -Wno-missing-local-signatures -Wno-missing-import-lists -Wno-implicit-prelude -Wno-unticked-promoted-constructors -Wno-unused-packages -Wno-all-missed-specialisations -Wno-missed-specialisations -fplugin=Effectful.Plugin -threaded
  build-depends:
      atelier-core ==0.3.*
    , atelier-db >=0.1 && <0.3
    , atelier-prelude >=0.1 && <0.3
    , base >=4.18 && <4.23
    , effectful-core ==2.6.*
    , effectful-plugin >=2.0 && <2.2
    , hasql >=1.9 && <1.11
    , hasql-pool ==1.3.*
    , hspec ==2.11.*
    , postgres-options ==0.2.*
    , string-conversions ==0.4.*
    , text ==2.1.*
    , tmp-postgres ==1.35.*
    , unix ==2.8.*
    , uuid ==1.3.*
  mixins:
      base hiding (Prelude)
  default-language: GHC2021
  if impl(GHC >= 9.8)
    ghc-options: -Wno-missing-poly-kind-signatures -Wno-missing-role-annotations