From 119889617c45bf436a00c13c07b5ad2cab0793c0 Mon Sep 17 00:00:00 2001
From: Antoine Latter <aslatter@gmail.com>
Date: Tue, 12 Jun 2012 02:07:43 +0000
Subject: [PATCH] add changefile to package description

---
 parsec.cabal | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parsec.cabal b/parsec.cabal
index 9b5aa1c..90a9357 100644
--- a/parsec.cabal
+++ b/parsec.cabal
@@ -16,6 +16,7 @@ description:
 	and is also fast.  It is defined as a monad transformer that can be
 	stacked on arbitrary monads, and it is also parametric in the
 	input stream type.
+extra-source-files: CHANGES
 
 source-repository head
     type: darcs
-- 
GitLab