[Pkg-haskell-commits] darcs: haskell-hgettext: correct cabal repl test

Sven Bartscher sven.bartscher at weltraumschlangen.de
Sat Jan 3 09:45:31 UTC 2015


Fri Jan  2 13:51:52 UTC 2015  Sven Bartscher <sven.bartscher at weltraumschlangen.de>
  * correct cabal repl test

    M ./changelog -2 +2
    M ./tests/cabal-install-compatibility -1 +1

Fri Jan  2 13:51:52 UTC 2015  Sven Bartscher <sven.bartscher at weltraumschlangen.de>
  * correct cabal repl test
diff -rN -u old-haskell-hgettext/changelog new-haskell-hgettext/changelog
--- old-haskell-hgettext/changelog	2015-01-03 09:45:31.699100703 +0000
+++ new-haskell-hgettext/changelog	2015-01-03 09:45:31.703100702 +0000
@@ -1,8 +1,8 @@
-haskell-hgettext (0.1.30-4) unstable; urgency=high
+haskell-hgettext (0.1.30-4) UNRELEASED; urgency=high
 
   * Assure that hgettext is built against the right version of cabal.
 
- -- Sven Bartscher <sven.bartscher at weltraumschlangen.de>  Thu, 01 Jan 2015 21:16:00 +0100
+ -- Sven Bartscher <sven.bartscher at weltraumschlangen.de>  Fri, 02 Jan 2015 14:51:48 +0100
 
 haskell-hgettext (0.1.30-3) experimental; urgency=medium
 
diff -rN -u old-haskell-hgettext/tests/cabal-install-compatibility new-haskell-hgettext/tests/cabal-install-compatibility
--- old-haskell-hgettext/tests/cabal-install-compatibility	2015-01-03 09:45:31.695100705 +0000
+++ new-haskell-hgettext/tests/cabal-install-compatibility	2015-01-03 09:45:31.703100702 +0000
@@ -17,7 +17,7 @@
 # Test whether we can build this
 cabal build
 # Test whether we can compile to repl
-cabal repl
+/bin/echo -e 'putStrLn "works"\n:quit' | cabal repl
 # Test whether we can install
 mkdir $ADTTMP/test-install
 cabal install --prefix $ADTTMP/test-install




More information about the Pkg-haskell-commits mailing list