haskell-here: new expression

This commit is contained in:
John Wiegley 2014-09-15 21:48:50 +01:00
parent 10afb382b7
commit 3e5bcdc327
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, haskellSrcMeta, mtl, parsec }:
cabal.mkDerivation (self: {
pname = "here";
version = "1.2.5";
sha256 = "0r7hjsvbx7vshbdhi60955mdfnq6arg5ihfz9f2zyilh4l5cyzwb";
buildDepends = [ haskellSrcMeta mtl parsec ];
meta = {
homepage = "https://github.com/tmhedberg/here";
description = "Here docs & interpolated strings via quasiquotation";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -1105,6 +1105,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hedis = callPackage ../development/libraries/haskell/hedis {};
here = callPackage ../development/libraries/haskell/here {};
heredoc = callPackage ../development/libraries/haskell/heredoc {};
hexpat = callPackage ../development/libraries/haskell/hexpat {};