about summary refs log tree commit diff
path: root/pkgs/development/tools/parsing
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-05 20:48:49 +0200
committerPeter Simons <simons@cryp.to>2015-05-05 21:44:47 +0200
commit324719a5a611501d7b54e14f205465f5da1242b1 (patch)
tree35984fd13aad3b31991990079c658a756611baa0 /pkgs/development/tools/parsing
parente36427857d3e9a70c241a8c1ffd3949dce913b7f (diff)
downloadnixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar.gz
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar.bz2
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar.lz
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar.xz
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar.zst
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.zip
Drop obsolete pre-NG Haskell builds.
Diffstat (limited to 'pkgs/development/tools/parsing')
-rw-r--r--pkgs/development/tools/parsing/Ebnf2ps/default.nix18
-rw-r--r--pkgs/development/tools/parsing/alex/2.3.5.nix20
-rw-r--r--pkgs/development/tools/parsing/alex/3.1.3.nix19
-rw-r--r--pkgs/development/tools/parsing/alex/adapt-crazy-perl-regex-for-cpp-4.8.0.patch12
-rw-r--r--pkgs/development/tools/parsing/happy/adapt-crazy-perl-regex-for-cpp-4.8.0.patch12
-rw-r--r--pkgs/development/tools/parsing/happy/default.nix19
6 files changed, 0 insertions, 100 deletions
diff --git a/pkgs/development/tools/parsing/Ebnf2ps/default.nix b/pkgs/development/tools/parsing/Ebnf2ps/default.nix
deleted file mode 100644
index 4b4eae915f5c..000000000000
--- a/pkgs/development/tools/parsing/Ebnf2ps/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, happy }:
-
-cabal.mkDerivation (self: {
-  pname = "Ebnf2ps";
-  version = "1.0.12";
-  sha256 = "1rd0pxj2bfx06z1p0sy8kdhyfg1y51gn1bhr71j33czls6m9ry8c";
-  isLibrary = false;
-  isExecutable = true;
-  buildTools = [ happy ];
-  meta = {
-    homepage = "https://github.com/FranklinChen/Ebnf2ps";
-    description = "Peter's Syntax Diagram Drawing Tool";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-  };
-})
diff --git a/pkgs/development/tools/parsing/alex/2.3.5.nix b/pkgs/development/tools/parsing/alex/2.3.5.nix
deleted file mode 100644
index d8e7e759e76b..000000000000
--- a/pkgs/development/tools/parsing/alex/2.3.5.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-{ cabal, perl }:
-
-cabal.mkDerivation (self: {
-  pname = "alex";
-  version = "2.3.5";
-  sha256 = "0lyjiq4lmii2syk6838ln32qvn8c0ljf1ypsggahy748k05x79if";
-  isLibrary = false;
-  isExecutable = true;
-  buildTools = [ perl ];
-  doCheck = false;
-  patches = [ ./adapt-crazy-perl-regex-for-cpp-4.8.0.patch ];
-  meta = {
-    homepage = "http://www.haskell.org/alex/";
-    description = "Alex is a tool for generating lexical analysers in Haskell";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-    hydraPlatforms = self.stdenv.lib.platforms.none;
-    maintainers = [ self.stdenv.lib.maintainers.andres ];
-  };
-})
diff --git a/pkgs/development/tools/parsing/alex/3.1.3.nix b/pkgs/development/tools/parsing/alex/3.1.3.nix
deleted file mode 100644
index 172c90d96cc1..000000000000
--- a/pkgs/development/tools/parsing/alex/3.1.3.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, happy, perl, QuickCheck }:
-
-cabal.mkDerivation (self: {
-  pname = "alex";
-  version = "3.1.3";
-  sha256 = "14hajxpqb6va5mclp2k682bgw9sbmd372vw41kq5aq815bkschcd";
-  isLibrary = false;
-  isExecutable = true;
-  buildDepends = [ QuickCheck ];
-  buildTools = [ happy perl ];
-  meta = {
-    homepage = "http://www.haskell.org/alex/";
-    description = "Alex is a tool for generating lexical analysers in Haskell";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-  };
-})
diff --git a/pkgs/development/tools/parsing/alex/adapt-crazy-perl-regex-for-cpp-4.8.0.patch b/pkgs/development/tools/parsing/alex/adapt-crazy-perl-regex-for-cpp-4.8.0.patch
deleted file mode 100644
index 1e5942bfbefb..000000000000
--- a/pkgs/development/tools/parsing/alex/adapt-crazy-perl-regex-for-cpp-4.8.0.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ubr alex-2.3.5-orig/Setup.lhs alex-2.3.5/Setup.lhs
---- alex-2.3.5-orig/Setup.lhs	2013-04-19 12:00:15.812606335 +0000
-+++ alex-2.3.5/Setup.lhs	2013-04-19 12:05:41.635450321 +0000
-@@ -25,7 +25,7 @@
- -- hack to turn cpp-style '# 27 "GenericTemplate.hs"' into 
- -- '{-# LINE 27 "GenericTemplate.hs" #-}'.
- crazy_perl_regexp =
-- "s/^#\\s+(\\d+)\\s+(\"[^\"]*\")/{-# LINE \\1 \\2 #-}/g;s/\\$(Id:.*)\\$/\\1/g"
-+ "s/^#\\s+(\\d+)\\s+(\"[^\"]*\").*/{-# LINE \\1 \\2 #-}/g;s/\\$(Id:.*)\\$/\\1/g"
- 
- myPostBuild _ flags _ lbi = do
-   let runProgram p = rawSystemProgramConf (buildVerbose flags) p (withPrograms lbi)
diff --git a/pkgs/development/tools/parsing/happy/adapt-crazy-perl-regex-for-cpp-4.8.0.patch b/pkgs/development/tools/parsing/happy/adapt-crazy-perl-regex-for-cpp-4.8.0.patch
deleted file mode 100644
index 8bc4db0f405e..000000000000
--- a/pkgs/development/tools/parsing/happy/adapt-crazy-perl-regex-for-cpp-4.8.0.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ubr happy-1.18.6-orig/Setup.lhs happy-1.18.6/Setup.lhs
---- happy-1.18.6-orig/Setup.lhs	2013-04-19 14:17:10.865999210 +0200
-+++ happy-1.18.6/Setup.lhs	2013-04-19 14:17:15.285214809 +0200
-@@ -25,7 +25,7 @@
- -- hack to turn cpp-style '# 27 "GenericTemplate.hs"' into 
- -- '{-# LINE 27 "GenericTemplate.hs" #-}'.
- crazy_perl_regexp =
-- "s/^#\\s+(\\d+)\\s+(\"[^\"]*\")/{-# LINE \\1 \\2 #-}/g;s/\\$(Id:.*)\\$/\\1/g"
-+ "s/^#\\s+(\\d+)\\s+(\"[^\"]*\").*/{-# LINE \\1 \\2 #-}/g;s/\\$(Id:.*)\\$/\\1/g"
- 
- myPostBuild _ flags _ lbi = do
-   let runProgram p = rawSystemProgramConf (buildVerbose flags) p (withPrograms lbi)
diff --git a/pkgs/development/tools/parsing/happy/default.nix b/pkgs/development/tools/parsing/happy/default.nix
deleted file mode 100644
index 979d4bc52e37..000000000000
--- a/pkgs/development/tools/parsing/happy/default.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, mtl, perl }:
-
-cabal.mkDerivation (self: {
-  pname = "happy";
-  version = "1.19.4";
-  sha256 = "0vcklr1y6yjf8z4wip4al2zw4qlfxcahbdxwpf6c9y31dkv9kr3b";
-  isLibrary = false;
-  isExecutable = true;
-  buildDepends = [ mtl ];
-  buildTools = [ perl ];
-  meta = {
-    homepage = "http://www.haskell.org/happy/";
-    description = "Happy is a parser generator for Haskell";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-  };
-})