Adding interlude Haskell library
This commit is contained in:
13
pkgs/development/libraries/haskell/interlude/default.nix
Normal file
13
pkgs/development/libraries/haskell/interlude/default.nix
Normal 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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user