cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: free-foil version: 0.2.0 synopsis: Efficient Type-Safe Capture-Avoiding Substitution for Free (Scoped Monads) description: Please see the README on GitHub at category: Parsing homepage: https://github.com/fizruk/free-foil#readme bug-reports: https://github.com/fizruk/free-foil/issues author: Nikolai Kudasov maintainer: nickolay.kudasov@gmail.com copyright: 2023–2024 Nikolai Kudasov, Renata Shakirova, Egor Shalagin, Karina Tyulebaeva license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md LICENSE source-repository head type: git location: https://github.com/fizruk/free-foil library exposed-modules: Control.Monad.Foil Control.Monad.Foil.Example Control.Monad.Foil.Internal Control.Monad.Foil.Relative Control.Monad.Foil.TH Control.Monad.Foil.TH.MkFoilData Control.Monad.Foil.TH.MkFromFoil Control.Monad.Foil.TH.MkInstancesFoil Control.Monad.Foil.TH.MkToFoil Control.Monad.Foil.TH.Util Control.Monad.Free.Foil Control.Monad.Free.Foil.Example Control.Monad.Free.Foil.Generic Control.Monad.Free.Foil.TH Control.Monad.Free.Foil.TH.Convert Control.Monad.Free.Foil.TH.MkFreeFoil Control.Monad.Free.Foil.TH.PatternSynonyms Control.Monad.Free.Foil.TH.Signature Control.Monad.Free.Foil.TH.ZipMatch other-modules: Paths_free_foil hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -optP-Wno-nonportable-include-path build-depends: array >=0.5.3.0 , base >=4.7 && <5 , bifunctors , containers , deepseq , kind-generics >=0.5.0 , template-haskell >=2.21.0.0 , text >=1.2.3.1 default-language: Haskell2010 test-suite doctests type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: src/ test/doctests ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -optP-Wno-nonportable-include-path build-depends: array >=0.5.3.0 , base >=4.7 && <5 , bifunctors , containers , deepseq , doctest-parallel , free-foil , kind-generics >=0.5.0 , template-haskell >=2.21.0.0 , text >=1.2.3.1 default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_free_foil hs-source-dirs: test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N build-depends: array >=0.5.3.0 , base >=4.7 && <5 , bifunctors , containers , deepseq , free-foil , kind-generics >=0.5.0 , template-haskell >=2.21.0.0 , text >=1.2.3.1 default-language: Haskell2010