ghc-mod/test/data/pattern-synonyms/pattern-synonyms.cabal

25 lines
660 B
Plaintext
Raw Normal View History

2015-03-06 13:04:16 +00:00
-- Initial pattern-synonyms.cabal generated by cabal init. For further
2014-09-12 01:48:22 +00:00
-- documentation, see http://haskell.org/cabal/users-guide/
name: pattern-synonyms
version: 0.1.0.0
2015-03-06 13:04:16 +00:00
-- synopsis:
-- description:
-- license:
2014-09-12 01:48:22 +00:00
license-file: LICENSE
author: Daniel Gröber
maintainer: dxld@darkboxed.org
2015-03-06 13:04:16 +00:00
-- copyright:
-- category:
2014-09-12 01:48:22 +00:00
build-type: Simple
2015-03-06 13:04:16 +00:00
-- extra-source-files:
2014-09-12 01:48:22 +00:00
cabal-version: >=1.10
library
exposed-modules: A, B
2015-03-06 13:04:16 +00:00
-- other-modules:
2014-09-12 01:48:22 +00:00
other-extensions: PatternSynonyms
2015-03-06 13:04:16 +00:00
build-depends: base
-- hs-source-dirs:
2015-03-28 01:33:42 +00:00
default-language: Haskell2010
ghc-options: -Wall