cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: typeably version: 0.1.0 synopsis: DerivingVia Typeable counterpart to Generically description: Please see README.md. category: Types, Data homepage: https://github.com/raehik/typeably#readme bug-reports: https://github.com/raehik/typeably/issues author: Ben Orchard maintainer: Ben Orchard license: MIT license-file: LICENSE build-type: Simple tested-with: GHC==9.8 , GHC==9.6 , GHC==9.4 , GHC==9.2 extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/raehik/typeably library exposed-modules: Data.Typeable.Typeably other-modules: Paths_typeably hs-source-dirs: src ghc-options: -Wall -Wno-unticked-promoted-constructors build-depends: base >=4.12 && <5 default-language: Haskell2010