1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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;
};
})

View file

@ -1105,8 +1105,6 @@ 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 {};