summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/echo-plugin/plugin-echo.cabal
blob: 1f8ccfd30dedbc0bf8db73aa890009d7c36876b3 (plain)
1
2
3
4
5
6
7
8
9
10
name: echo-plugin
cabal-version: >=1.24
build-type: Simple
version: 0.1.0.0

library
  default-language: Haskell2010
  build-depends: base, ghc
  exposed-modules: Echo, Echo1, Echo2
  ghc-options: -Wall