cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: bowtie version: 0.4.0 synopsis: Tying knots in polynomial functors description: Please see the README on GitHub at homepage: https://github.com/ejconlon/bowtie#readme bug-reports: https://github.com/ejconlon/bowtie/issues author: Eric Conlon maintainer: ejconlon@gmail.com copyright: (c) 2023 Eric Conlon license: BSD3 build-type: Simple tested-with: GHC == 9.6.4 extra-source-files: README.md source-repository head type: git location: https://github.com/ejconlon/bowtie library exposed-modules: Bowtie Bowtie.Anno Bowtie.Attr Bowtie.Fix Bowtie.Foldable Bowtie.Jot Bowtie.Knot Bowtie.Memo Bowtie.Rewrite Bowtie.SMap other-modules: Paths_bowtie hs-source-dirs: src default-extensions: BangPatterns ConstraintKinds DataKinds DeriveFunctor DeriveFoldable DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving LambdaCase KindSignatures MultiParamTypeClasses PatternSynonyms Rank2Types ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeOperators TypeFamilies ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds build-depends: base >=4.12 && <5 , bifunctors ==5.6.* , comonad ==5.0.* , dependent-map ==0.4.* , mtl ==2.3.* , nonempty-containers ==0.3.* , optics ==0.4.* , prettyprinter ==1.7.* , recursion-schemes ==5.2.* , semigroupoids ==6.0.* , some ==1.0.* default-language: GHC2021