packages feed

bricks-internal-test-0.0.0.4: bricks-internal-test.cabal

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

name:           bricks-internal-test
version:        0.0.0.4
synopsis:       ...

description:    ...
category:       Language
homepage:       https://github.com/chris-martin/bricks#readme
bug-reports:    https://github.com/chris-martin/bricks/issues
author:         Chris Martin <ch.martin@gmail.com>
maintainer:     Chris Martin <ch.martin@gmail.com>
license:        Apache-2.0
license-file:   license.txt
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/chris-martin/bricks

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.9 && <4.11
    , bricks-internal
    , containers >=0.5.7 && <0.6
    , hedgehog >=0.5 && <0.6
    , template-haskell >=2.2 && <2.13
    , text >=1.2.2 && <1.3
  exposed-modules:
      Bricks.Test.Hedgehog
      Bricks.Test.QQ
  other-modules:
      Paths_bricks_internal_test
  default-language: Haskell2010