Adding interlude Haskell library

This commit is contained in:
Michael Raskin
2014-01-14 09:44:48 +04:00
parent 6bdcae5b15
commit 3c59324916
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "interlude";
version = "0.1.2";
sha256 = "1yiv24n0mfjzbpm9p6djllhwck3brjz9adzyp6k4fpk430304k7s";
meta = {
homepage = "http://malde.org/~ketil/";
description = "Replaces some Prelude functions for enhanced error reporting";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})