name: show-type category: Dependent Types version: 0.1.1 license: BSD3 license-file: LICENSE cabal-version: >= 1.10 tested-with: GHC==7.8.3 author: Yusuke Matsushita maintainer: Yusuke Matsushita stability: provisional homepage: https://github.com/Kinokkory/show-type bug-reports: https://github.com/Kinokkory/show-type/issues copyright: (c) Yusuke Matsushita 2014 synopsis: convert types into string values in haskell description: Convert types into string values in Haskell. . More information can be found in the or the . build-type: Simple source-repository head type: git location: git@github.com:Kinokkory/show-type.git library hs-source-dirs: src default-language: Haskell2010 other-extensions: Trustworthy, TypeOperators, ScopedTypeVariables, PolyKinds, DataKinds, FlexibleInstances, UndecidableInstances build-depends: base ==4.* exposed-modules: Type.Showtype ghc-options: -Wall