-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c231732209663f0716d4e8119a1c989bd6016492468f4b8a534b6ded02e4ff1d
name: bricks-rendering
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
, bricks-syntax
, containers >=0.5.7 && <0.6
, text >=1.2.2 && <1.3
exposed-modules:
Bricks.Rendering
other-modules:
Paths_bricks_rendering
default-language: Haskell2010
test-suite cases
type: exitcode-stdio-1.0
main-is: cases.hs
hs-source-dirs:
test
ghc-options: -Wall -threaded
build-depends:
base >=4.9 && <4.11
, bricks-internal
, bricks-internal-test
, bricks-rendering
, bricks-syntax
, containers >=0.5.7 && <0.6
, hedgehog >=0.5 && <0.6
, template-haskell >=2.2 && <2.13
, text >=1.2.2 && <1.3
other-modules:
Paths_bricks_rendering
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: doctest.hs
hs-source-dirs:
test
ghc-options: -Wall -threaded
build-depends:
base >=4.9 && <4.11
, bricks-internal
, bricks-syntax
, containers >=0.5.7 && <0.6
, doctest >=0.11 && <0.14
, text >=1.2.2 && <1.3
other-modules:
Paths_bricks_rendering
default-language: Haskell2010