summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/annotation-plugin/annotation-plugin.cabal
blob: 626e825b3b6d25c840ab26712b3a7000509f561f (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, ghc
  default-language:    Haskell2010