[Pkg-haskell-commits] darcs: haskell-leksah: Fix leksah-server runtime dependency
Iain Lane
laney at debian.org
Mon Apr 15 10:44:41 UTC 2013
Mon Apr 15 08:53:27 UTC 2013 Iain Lane <laney at debian.org>
* Fix leksah-server runtime dependency
Ignore-this: c3d7cccea6e7ca2722cf50b82d4a0ad4
M ./changelog +1
M ./control -2 +2
Mon Apr 15 08:53:27 UTC 2013 Iain Lane <laney at debian.org>
* Fix leksah-server runtime dependency
Ignore-this: c3d7cccea6e7ca2722cf50b82d4a0ad4
diff -rN -u old-haskell-leksah//changelog new-haskell-leksah//changelog
--- old-haskell-leksah//changelog 2013-04-15 10:44:41.754584677 +0000
+++ new-haskell-leksah//changelog 2013-04-15 10:44:41.774560552 +0000
@@ -1,5 +1,6 @@
haskell-leksah (0.12.1.3-2) UNRELEASED; urgency=low
+ * Fix leksah-server runtime dependency
* Lower binary-shared requirement to >= 0.8, per the cabal file
-- Iain Lane <laney at debian.org> Sun, 14 Apr 2013 11:18:50 +0100
diff -rN -u old-haskell-leksah//control new-haskell-leksah//control
--- old-haskell-leksah//control 2013-04-15 10:44:41.754584677 +0000
+++ new-haskell-leksah//control 2013-04-15 10:44:41.762592464 +0000
@@ -51,8 +51,8 @@
Package: leksah
Depends: ${misc:Depends}, ${shlibs:Depends}
- , leksah-server (>= 0.12.0.4),
- , leksah-server (<< 0.12.0.4+)
+ , leksah-server (>= 0.12.1),
+ , leksah-server (<< 0.12.2+)
Architecture: any
Description: haskell editor - GHC interface
Leksah is an Haskell IDE. It is written in Haskell and provides a graphical
More information about the Pkg-haskell-commits
mailing list