packages feed

bricks-0.0.0.4: bricks.cabal

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

name:           bricks
version:        0.0.0.4
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 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.11
    , bricks-internal
    , bricks-parsec
    , bricks-rendering
    , bricks-syntax
    , containers >=0.5.7 && <0.6
    , mtl
    , parsec >=3.1.6 && <3.2
    , text >=1.2.2 && <1.3
    , transformers
  exposed-modules:
      Bricks
      Bricks.BuiltinFunctions
      Bricks.Evaluation
      Bricks.ExpressionToTerm
      Bricks.Prelude
      Bricks.Term
      Bricks.Type
      Bricks.Internal.Monad
  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.11
    , bricks-internal
    , bricks-parsec
    , bricks-rendering
    , bricks-syntax
    , containers >=0.5.7 && <0.6
    , doctest >=0.11 && <0.14
    , mtl
    , parsec >=3.1.6 && <3.2
    , text >=1.2.2 && <1.3
    , transformers
  other-modules:
      Paths_bricks
  default-language: Haskell2010

test-suite evaluation
  type: exitcode-stdio-1.0
  main-is: evaluation.hs
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded
  build-depends:
      base >=4.9 && <4.11
    , bricks
    , bricks-internal
    , bricks-internal-test
    , bricks-parsec
    , bricks-rendering
    , bricks-syntax
    , containers >=0.5.7 && <0.6
    , hedgehog >=0.5 && <0.6
    , mtl
    , parsec >=3.1.6 && <3.2
    , template-haskell >=2.2 && <2.13
    , text >=1.2.2 && <1.3
    , transformers
  other-modules:
      Paths_bricks
  default-language: Haskell2010