From f2f3760eb515cd73be2aa25cb7177319c3af220d Mon Sep 17 00:00:00 2001 From: Sam T Date: Sun, 2 Jun 2013 07:10:46 +0400 Subject: ~ Add extra source files section. --- bencoding.cabal | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'bencoding.cabal') diff --git a/bencoding.cabal b/bencoding.cabal index e3d6639..5022352 100644 --- a/bencoding.cabal +++ b/bencoding.cabal @@ -13,6 +13,8 @@ category: Codec, Data build-type: Simple cabal-version: >= 1.8 +extra-source-files: README.md .travis.yml + source-repository head type: git location: https://github.com/pxqr/bencoding.git @@ -20,9 +22,6 @@ source-repository head library exposed-modules: Data.BEncode - other-modules: - --- WARN package text is used only for instance declaration build-depends: base == 4.* , containers >= 0.4 , bytestring >= 0.10.2.0 @@ -31,20 +30,18 @@ library , pretty hs-source-dirs: src - extensions: PatternGuards ghc-options: -Wall -fno-warn-unused-do-bind --- -Werror + executable pp main-is: pp.hs build-depends: base == 4.* , bytestring , bencoding - hs-source-dirs: pp ghc-options: -Wall -O2 --- -Werror + test-suite properties type: exitcode-stdio-1.0 -- cgit v1.2.3