blob: 471a267601e47be428be9c555d4701d49e3de653 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
name: template-haskell
version: 2.6.0.0
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=Template%20Haskell
description:
Facilities for manipulating Haskell source code using Template Haskell.
build-type: Simple
Cabal-Version: >= 1.6
Library
build-depends: base >= 4.2 && < 5,
pretty, containers
exposed-modules:
Language.Haskell.TH.Syntax
Language.Haskell.TH.PprLib
Language.Haskell.TH.Ppr
Language.Haskell.TH.Lib
Language.Haskell.TH.Quote
Language.Haskell.TH
extensions: MagicHash, PatternGuards, PolymorphicComponents,
DeriveDataTypeable
-- We need to set the package name to template-haskell (without a
-- version number) as it's magic.
ghc-options: -package-name template-haskell
source-repository head
type: git
location: http://darcs.haskell.org/packages/template-haskell.git/
|