name: recursors version: 0.1.0.0 synopsis: Auto-generate final encodings and their isomorphisms using Template Haskell -- description: homepage: https://www.github.com/jwiegley/recursors license: BSD3 license-file: LICENSE author: John Wiegley maintainer: johnw@newartisans.com category: Language build-type: Simple cabal-version: >=1.10 library exposed-modules: Control.Final build-depends: base >=4.9 && <5.0 , template-haskell >=2.11 && <2.12 default-language: Haskell2010 test-suite test default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test ghc-options: -Wall -fno-warn-deprecated-flags build-depends: base >=4.9 && < 5.0 , recursors , template-haskell >=2.11 && < 2.12 , hspec >= 2.2 && < 2.3 , QuickCheck >= 2.8 && < 2.9