about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-22 13:49:40 +0200
committerPeter Simons <simons@cryp.to>2014-07-22 14:20:59 +0200
commit02c99b7cd1d296fb492d42f7a24d1b54757d87e4 (patch)
tree463698acbc4e6551c9ffb115b9ef9061a1591e51 /pkgs/development
parentfd3ca78bfc97745868510234508eb44d9628b53f (diff)
downloadnixlib-02c99b7cd1d296fb492d42f7a24d1b54757d87e4.tar
nixlib-02c99b7cd1d296fb492d42f7a24d1b54757d87e4.tar.gz
nixlib-02c99b7cd1d296fb492d42f7a24d1b54757d87e4.tar.bz2
nixlib-02c99b7cd1d296fb492d42f7a24d1b54757d87e4.tar.lz
nixlib-02c99b7cd1d296fb492d42f7a24d1b54757d87e4.tar.xz
nixlib-02c99b7cd1d296fb492d42f7a24d1b54757d87e4.tar.zst
nixlib-02c99b7cd1d296fb492d42f7a24d1b54757d87e4.zip
haskell-haste-perch: drop unsupported package
This package requires a special build process that's not based on Cabal (see
<https://github.com/agocorona/haste-perch/issues/5>). Someone needs to figure
out how to compile and install this stuff in the context of Nix.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/haste-perch/default.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/development/libraries/haskell/haste-perch/default.nix b/pkgs/development/libraries/haskell/haste-perch/default.nix
deleted file mode 100644
index e9135d943208..000000000000
--- a/pkgs/development/libraries/haskell/haste-perch/default.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, hasteCompiler, mtl }:
-
-cabal.mkDerivation (self: {
-  pname = "haste-perch";
-  version = "0.1.0.0";
-  sha256 = "0g2ijb0mzqs2iq4i47biaxbsg4v15w9ky6yyz6wmngwf06rg4iwj";
-  buildDepends = [ hasteCompiler mtl ];
-  jailbreak = true;
-  meta = {
-    homepage = "https://github.com/agocorona/haste-perch";
-    description = "Create dynamic HTML in the browser using blaze-html-style notation with Haste";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-  };
-})