packages feed

sandwich-hedgehog-0.1.0.10: sandwich-hedgehog.cabal

cabal-version: 1.12

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

name:           sandwich-hedgehog
version:        0.1.0.10
synopsis:       Sandwich integration with Hedgehog
description:    Please see the <https://codedownio.github.io/sandwich/docs/extensions/sandwich-hedgehog documentation>.
category:       Testing
homepage:       https://codedownio.github.io/sandwich
bug-reports:    https://github.com/codedownio/sandwich-hedgehog/issues
author:         Tom McLaughlin
maintainer:     tom@codedown.io
copyright:      2021 Tom McLaughlin
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/codedownio/sandwich-hedgehog

library
  exposed-modules:
      Test.Sandwich.Hedgehog
  other-modules:
      Test.Sandwich.Hedgehog.Render
      Paths_sandwich_hedgehog
  hs-source-dirs:
      src
  default-extensions:
      OverloadedStrings
      QuasiQuotes
      NamedFieldPuns
      RecordWildCards
      ScopedTypeVariables
      FlexibleContexts
      FlexibleInstances
      LambdaCase
  build-depends:
      base <5
    , free
    , hedgehog
    , monad-control
    , mtl
    , safe-exceptions
    , sandwich >=0.1.0.4
    , string-interpolate
    , text
    , time
    , vty
    , wl-pprint-annotated
  default-language: Haskell2010

test-suite sandwich-hedgehog-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_sandwich_hedgehog
  hs-source-dirs:
      test
  default-extensions:
      OverloadedStrings
      QuasiQuotes
      NamedFieldPuns
      RecordWildCards
      ScopedTypeVariables
      FlexibleContexts
      FlexibleInstances
      LambdaCase
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base <5
    , free
    , hedgehog
    , monad-control
    , mtl
    , safe-exceptions
    , sandwich >=0.1.0.4
    , string-interpolate
    , text
    , time
    , vty
    , wl-pprint-annotated
  default-language: Haskell2010