blob: dabaf72e03ed8bbc1cb92460c722277d24e45272 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Name: plugin-recompilation
Version: 0.1
Synopsis: Testing plugin recompilation
Cabal-Version: >= 1.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Author: Matthew Pickering
Homepage: http://blog.omega-prime.co.uk
Library
Extensions: CPP
Build-Depends:
base,
ghc >= 6.11
Exposed-Modules:
PurePlugin
ImpurePlugin
FingerprintPlugin
Common
|