name: coerce-role version: 0.1.0.0 description: Please see the README on GitHub at synopsis: Having trouble deriving instances because of type roles? Solve it here! category: roles homepage: https://github.com/parsonsmatt/coerce-role#readme bug-reports: https://github.com/parsonsmatt/coerce-role/issues author: Matthew Parsons maintainer: parsonsmatt@gmail.com copyright: 2019 Matthew Parsons license: BSD3 license-file: LICENSE build-type: Simple cabal-version: 1.12 extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/parsonsmatt/coerce-role library exposed-modules: CoerceRole hs-source-dirs: src build-depends: base >=4.12 && <5 default-language: Haskell2010 test-suite coerce-role-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_coerce_role hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , coerce-role , unliftio default-language: Haskell2010