mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-here: revert "new expression"
This reverts commit 3e5bcdc327
. The
package doesn't compile.
This commit is contained in:
parent
7f7505c620
commit
aa67e95bb5
2 changed files with 0 additions and 18 deletions
|
@ -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;
|
||||
};
|
||||
})
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue