From: agl Date: Mon, 21 Jan 2008 18:43:02 +0000 (+0530) Subject: Add COPYING.GPL, COPYING.TGPPL.html to Haskell distribution. Bump to 0.1.1 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=bc754fc2198814ccd4a0e6c53dcd4f120b2d14ff;p=tahoe-lafs%2Fzfec.git Add COPYING.GPL, COPYING.TGPPL.html to Haskell distribution. Bump to 0.1.1 darcs-hash:0250a8bb8a05656424df28a81eb1bb83bde8a041 --- diff --git a/zfec/fec.cabal b/zfec/fec.cabal index 6144c7e..0648204 100644 --- a/zfec/fec.cabal +++ b/zfec/fec.cabal @@ -1,5 +1,5 @@ name: fec -version: 0.1 +version: 0.1.1 license: GPL license-file: README.txt author: Adam Langley @@ -27,4 +27,4 @@ ghc-options: -Wall c-sources: zfec/fec.c cc-options: -std=c99 include-dirs: zfec -extra-source-files: zfec/fec.h +extra-source-files: zfec/fec.h, COPYING.GPL, COPYING.TGPPL.html