packages feed

bricks-internal-0.0.0.4: bricks-internal.cabal

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

name:           bricks-internal
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
    , containers >=0.5.7 && <0.6
    , either-list-functions ==0.0.0.2
    , text >=1.2.2 && <1.3
  exposed-modules:
      Bricks.Internal.List
      Bricks.Internal.Map
      Bricks.Internal.Prelude
      Bricks.Internal.Seq
      Bricks.Internal.Text
  other-modules:
      Paths_bricks_internal
  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
    , 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_internal
  default-language: Haskell2010