packages feed

bricks-syntax-0.0.0.4: bricks-syntax.cabal

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

name:           bricks-syntax
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

data-files:
    test-data/expression-show-examples.txt

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
    , either-list-functions ==0.0.0.2
    , text >=1.2.2 && <1.3
  exposed-modules:
      Bricks.Expression
      Bricks.Expression.Construction
      Bricks.Keyword
      Bricks.Source
      Bricks.UnquotedString
  other-modules:
      Paths_bricks_syntax
  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
    , containers >=0.5.7 && <0.6
    , doctest >=0.11 && <0.14
    , either-list-functions ==0.0.0.2
    , text >=1.2.2 && <1.3
  other-modules:
      Paths_bricks_syntax
  default-language: Haskell2010

test-suite show
  type: exitcode-stdio-1.0
  main-is: show.hs
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base >=4.9 && <4.11
    , bricks-internal
    , bricks-syntax
    , containers >=0.5.7 && <0.6
    , either-list-functions ==0.0.0.2
    , exceptions
    , hint
    , text >=1.2.2 && <1.3
  other-modules:
      Paths_bricks_syntax
  default-language: Haskell2010