[Pkg-haskell-commits] darcs: haskell-lvmlib: Add coreasm binary

Joachim Breitner mail at joachim-breitner.de
Fri Oct 24 21:40:47 UTC 2014


Fri Oct 24 20:46:11 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Add coreasm binary

    M ./control +14
    A ./lvm-coreasm.haskell-binaries
    M ./rules -1 +3

Fri Oct 24 20:46:11 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Add coreasm binary
diff -rN -u old-haskell-lvmlib/control new-haskell-lvmlib/control
--- old-haskell-lvmlib/control	2014-10-24 21:40:47.181496675 +0000
+++ new-haskell-lvmlib/control	2014-10-24 21:40:47.185496672 +0000
@@ -67,3 +67,17 @@
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
+
+Package: lvm-coreasm
+Architecture: any
+Section: misc
+Depends: ${haskell:Depends}, ${misc:Depends}
+Description: Lazy Virtual Machine (LVM) assembler
+ The Lazy Virtual Machine (LVM) defines a portable instruction set and file
+ format. It is specifically designed to execute languages with non-strict (or
+ lazy) semantics.
+ .
+ The LVM is used as a backend for the Helium compiler.
+ .
+ This package contians the core assembler binary (coreasm) for compiling core
+ programs into LVM instructions and a library.
diff -rN -u old-haskell-lvmlib/lvm-coreasm.haskell-binaries new-haskell-lvmlib/lvm-coreasm.haskell-binaries
--- old-haskell-lvmlib/lvm-coreasm.haskell-binaries	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lvmlib/lvm-coreasm.haskell-binaries	2014-10-24 21:40:47.185496672 +0000
@@ -0,0 +1 @@
+coreasm
diff -rN -u old-haskell-lvmlib/rules new-haskell-lvmlib/rules
--- old-haskell-lvmlib/rules	2014-10-24 21:40:47.181496675 +0000
+++ new-haskell-lvmlib/rules	2014-10-24 21:40:47.185496672 +0000
@@ -6,4 +6,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
-build/haskell-lvmlib-utils:: build-ghc-stamp
+build/lvm-coreasm:: build-ghc-stamp
+install/lvm-coreasm :: build/lvm-coreasm
+




More information about the Pkg-haskell-commits mailing list