haskell-here: revert "new expression"

This reverts commit 3e5bcdc327. The
package doesn't compile.
This commit is contained in:
Peter Simons
2014-09-18 21:16:44 +02:00
parent 7f7505c620
commit aa67e95bb5
2 changed files with 0 additions and 18 deletions

View File

@@ -1,16 +0,0 @@
# 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;
};
})