24 lines
718 B
Plaintext
24 lines
718 B
Plaintext
|
-- Initial pattern-synonyms.cabal generated by cabal init. For further
|
||
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||
|
|
||
|
name: pattern-synonyms
|
||
|
version: 0.1.0.0
|
||
|
-- synopsis:
|
||
|
-- description:
|
||
|
-- license:
|
||
|
license-file: LICENSE
|
||
|
author: Daniel Gröber
|
||
|
maintainer: dxld@darkboxed.org
|
||
|
-- copyright:
|
||
|
-- category:
|
||
|
build-type: Simple
|
||
|
-- extra-source-files:
|
||
|
cabal-version: >=1.10
|
||
|
|
||
|
library
|
||
|
exposed-modules: A, B
|
||
|
-- other-modules:
|
||
|
other-extensions: PatternSynonyms
|
||
|
build-depends: base >=4.7 && <4.8
|
||
|
-- hs-source-dirs:
|
||
|
default-language: Haskell2010
|