name: haskell-reflect
version: 0.1
license: MIT
license-file: LICENSE
author: Julian Fleischer <julian.fleischer@fu-berlin.de>
maintainer: Julian Fleischer <julian.fleischer@fu-berlin.de>
stability: experimental
category: Haskell
cabal-version: >= 1.8
synopsis: Reflect Haskell types.
description: Reflect Haskell types.
build-type: Simple
Source-Repository head
type: darcs
location: http://hub.darcs.net/scravy/haskell-reflect
Library
build-depends: base >= 4.5 && < 5
, containers >= 0.4.2.1
, mtl >= 2.1.1
, transformers >= 0.3
, hint >= 0.3.3.4
, parsec >= 3.1.2
, template-haskell >= 2.7
, MonadCatchIO-mtl
hs-source-dirs: src
exposed-modules: Language.Haskell.Reflect,
Language.Haskell.Reflect.Types,
Language.Haskell.Reflect.Utils
Executable hsreflect
build-depends: base >= 4.5 && < 5
, haskell-reflect
, containers >= 0.4.2.1
, mtl >= 2.1.1
, transformers >= 0.3
, hint >= 0.3.3.4
, parsec >= 3.1.2
, template-haskell >= 2.7
, MonadCatchIO-mtl
hs-source-dirs: src
main-is: main.hs