packages feed

bricks-0.0.0.2: bricks.cabal

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

name:           bricks
version:        0.0.0.2
synopsis:       Bricks is a lazy functional language based on Nix.

description:    Bricks is a lazy functional language based on Nix.
                This package provides parsing, rendering, and
                evaluation (forthcoming) for the Bricks language.
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.10
    , containers >= 0.5.7 && < 0.6
    , parsec     >= 3.1.6 && < 3.2
    , text       >= 1.2.2 && < 1.3
  exposed-modules:
      Bricks
      Bricks.Expression
      Bricks.Expression.Construction
      Bricks.IndentedString
      Bricks.Keyword
      Bricks.Parsing
      Bricks.Rendering
      Bricks.UnquotedString
      Bricks.Internal.Prelude
      Bricks.Internal.Seq
      Bricks.Internal.Text
  other-modules:
      Paths_bricks
  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.10
    , containers >= 0.5.7 && < 0.6
    , parsec     >= 3.1.6 && < 3.2
    , text       >= 1.2.2 && < 1.3
    , bricks
    , base    >= 4.9  && < 4.10
    , doctest >= 0.11 && < 0.14
  other-modules:
      Bricks.Test.Hedgehog
      Bricks.Test.QQ
  default-language: Haskell2010

test-suite parsing
  type: exitcode-stdio-1.0
  main-is: parsing.hs
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded
  build-depends:
      base       >= 4.9   && < 4.10
    , containers >= 0.5.7 && < 0.6
    , parsec     >= 3.1.6 && < 3.2
    , text       >= 1.2.2 && < 1.3
    , bricks
    , base             >= 4.9 && < 4.10
    , hedgehog         >= 0.5 && < 0.6
    , template-haskell >= 2.2 && < 2.12
  other-modules:
      Bricks.Test.Hedgehog
      Bricks.Test.QQ
  default-language: Haskell2010

test-suite rendering
  type: exitcode-stdio-1.0
  main-is: rendering.hs
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded
  build-depends:
      base       >= 4.9   && < 4.10
    , containers >= 0.5.7 && < 0.6
    , parsec     >= 3.1.6 && < 3.2
    , text       >= 1.2.2 && < 1.3
    , bricks
    , base             >= 4.9 && < 4.10
    , hedgehog         >= 0.5 && < 0.6
    , template-haskell >= 2.2 && < 2.12
  other-modules:
      Bricks.Test.Hedgehog
      Bricks.Test.QQ
  default-language: Haskell2010