summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/simple-plugin/simple-plugin.cabal
blob: e6f367100ce3d9f0fe3ce0d71f42c0c178cddfe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Name:           simple-plugin
Version:        0.1
Synopsis:       A demonstration of the GHC plugin system.
Cabal-Version:  >= 1.2
Build-Type:	Simple
License:        BSD3
License-File:   LICENSE
Author:         Max Bolingbroke
Homepage:       http://blog.omega-prime.co.uk

Library
    Extensions:     CPP
    Build-Depends:
        base,
        template-haskell,
        ghc >= 6.11
    Exposed-Modules:
        Simple.Plugin
        Simple.BadlyTypedPlugin
        Simple.DataStructures
        Simple.SourcePlugin
        Simple.RemovePlugin
        Simple.TrustworthyPlugin