name: true-name version: 0.0.0.2 x-revision: 1 synopsis: Template Haskell hack to violate another module's abstractions description: . . A Template Haskell hack to get unexported @Name@s―be they data constructors, record fields or class methods―a slightly less unsafe way to violate another module's abstractions than @unsafeCoerce@. . A few . homepage: https://github.com/liyang/true-name license: BSD3 license-file: LICENSE author: Liyang HU maintainer: true-name@liyang.hu copyright: © 2014−2015 Liyang HU category: Data, Unsafe build-type: Simple cabal-version: >= 1.10 stability: experimental source-repository head type: git location: https://github.com/liyang/true-name library default-language: Haskell2010 exposed-modules: Unsafe.TrueName build-depends: base >= 4.5 && < 5, template-haskell >= 2.7 && <2.11 ghc-options: -Wall test-suite sanity default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: sanity.hs build-depends: base, containers, time, template-haskell, true-name ghc-options: -Wall -- vim: et sw=4 ts=4 sts=4: