From e2f481f60d7a5cc734bf88b88a869c086f8d2c1b Mon Sep 17 00:00:00 2001 From: Judah Jacobson <judah.jacobson@gmail.com> Date: Sun, 19 Feb 2012 23:49:21 +0000 Subject: [PATCH] Add a source-repository flag to the .cabal file. --- haskeline.cabal | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/haskeline.cabal b/haskeline.cabal index b97990a..0f7e6fc 100644 --- a/haskeline.cabal +++ b/haskeline.cabal @@ -21,6 +21,10 @@ Stability: Experimental Build-Type: Custom extra-source-files: examples/Test.hs CHANGES +source-repository head + type: darcs + location: http://code.haskell.org/haskeline + -- There are three main advantages to the terminfo backend over the portable, -- "dumb" alternative. First, it enables more efficient control sequences -- when redrawing the input. Second, and more importantly, it enables us -- GitLab