name: derive-lifted-instances version: 0.3 synopsis: Derive class instances though various kinds of lifting description: Helper functions to use Template Haskell for generating class instances. homepage: https://github.com/sjoerdvisscher/derive-lifted-instances bug-reports: https://github.com/sjoerdvisscher/derive-lifted-instances/issues license: Apache-2.0 license-file: LICENSE author: Sjoerd Visscher maintainer: sjoerd@w3future.com category: Data, Generics, Development build-type: Simple cabal-version: 2.0 tested-with: GHC==9.6.7, GHC==9.8.4, GHC==9.10.3, GHC==9.12.2, GHC==9.14.1 extra-source-files: examples/*.hs extra-doc-files: README.md CHANGELOG.md library exposed-modules: Data.DeriveLiftedInstances Data.DeriveLiftedInstances.Internal build-depends: base >= 4.18 && < 4.23 , template-haskell >= 2.20 && < 2.25 , bifunctors >= 5.5.7 && < 6 , reflection >= 2.1 && < 3 default-language: Haskell2010 source-repository head type: git location: https://github.com/sjoerdvisscher/derive-lifted-instances