packages feed

polytree-0.1.0: polytree.cabal

name:                 polytree
version:              0.1.0
synopsis:             A polymorphic rose-tree
description:          A rose-tree which has different data in the nodes and leaves
license:              BSD3
license-file:         LICENCE
author:               Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
maintainer:           Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
copyright:            Copyright (C) 2025 Tony Morris
category:             Data
build-type:           Simple
extra-source-files:   changelog.md
cabal-version:        >=1.10
homepage:             https://gitlab.com/tonymorris/polytree
bug-reports:          https://gitlab.com/tonymorris/polytree/issues
tested-with:          GHC == 8.10.7, GHC == 9.4.8, GHC == 9.6.5, GHC == 9.8.4, GHC == 9.10.3

source-repository     head
  type:               git
  location:           git@gitlab.com:tonymorris/polytree.git

library
  exposed-modules:
                      Data.PolyTree

  build-depends:        base                 >= 4.9   && < 6
                      , bifunctors           >= 5.6   && < 7
                      , containers           >= 0.6.7 && < 1
                      , free                 >= 5.2   && < 6
                      , lens                 >= 5     && < 6
                      , semigroupoids        >= 6.0.1 && < 7

  hs-source-dirs:     src
  default-language:   Haskell2010
  ghc-options:        -Wall