blob: 412ff9c2be0cea9a3d6c400423e2e80c280ec3d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name: annotation-plugin
version: 0.1.0.0
license-file: LICENSE
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: SayAnnNames
other-extensions: DeriveDataTypeable
build-depends: base >=4.8 && <4.10, ghc
default-language: Haskell2010
|