name: say-my-name version: 0.1.0.0 synopsis: Require explicit type application for some type variables. description: Require explicit type application for some type variables. homepage: https://github.com/matt-noonan/say-my-name#readme license: BSD3 license-file: LICENSE author: Matt Noonan maintainer: matt.noonan@gmail.com copyright: 2020 Matt Noonan category: Types build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Types.MustName build-depends: base >= 4.7 && < 5 default-language: Haskell2010 source-repository head type: git location: https://github.com/githubuser/say-my-name