packages feed

hierarchy-1.0.2: hierarchy.cabal

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

name:           hierarchy
version:        1.0.2
synopsis:       Predicated traversal of generated trees
description:    Predicated traversal of generated trees.
category:       Data
homepage:       https://github.com/jwiegley/hierarchy#readme
bug-reports:    https://github.com/jwiegley/hierarchy/issues
author:         John Wiegley
maintainer:     johnw@newartisans.com
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/jwiegley/hierarchy

library
  exposed-modules:
      Control.Cond
      Hierarchy
  other-modules:
      Paths_hierarchy
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <4.12
    , exceptions >=0.10 && <0.12
    , free >=4.12 && <6
    , mmorph >=1.0 && <1.2
    , monad-control >=1.0 && <1.1
    , mtl >=2.1 && <2.4
    , transformers >=0.3 && <0.7
    , transformers-base >=0.3 && <0.7
    , transformers-compat >=0.3 && <0.7
  if impl(ghc < 8.2.0)
    build-depends:
        semigroups >=0.16 && <0.19
  default-language: Haskell2010

test-suite doctests
  type: exitcode-stdio-1.0
  main-is: doctest.hs
  other-modules:
      Paths_hierarchy
  hs-source-dirs:
      test
  build-depends:
      base >=4.7 && <4.12
    , directory >=1.0
    , doctest >=0.8
    , exceptions >=0.10 && <0.12
    , filepath >=1.3
    , free >=4.12 && <6
    , mmorph >=1.0 && <1.2
    , monad-control >=1.0 && <1.1
    , mtl >=2.1 && <2.4
    , transformers >=0.3 && <0.7
    , transformers-base >=0.3 && <0.7
    , transformers-compat >=0.3 && <0.7
  if impl(ghc < 8.2.0)
    build-depends:
        semigroups >=0.16 && <0.19
  default-language: Haskell2010