diff --git a/haskeline.cabal b/haskeline.cabal index b97990a4eb37a39776a6b7214c55a937c08253bc..0f7e6fc81c388f8473d386836e59e55bf342d787 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