From ab00da7cafd1e03eaa3a100a92831f35da1f6c50 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 Jul 2014 13:23:11 +0200 Subject: [PATCH] Add "please don't edit" comment at the top of every auto-generated Haskell file. --- .../libraries/haskell/unordered-containers/0.2.5.0.nix | 2 ++ pkgs/development/tools/parsing/happy/1.19.4.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pkgs/development/libraries/haskell/unordered-containers/0.2.5.0.nix b/pkgs/development/libraries/haskell/unordered-containers/0.2.5.0.nix index 508199bb0a7..70f00b68d42 100644 --- a/pkgs/development/libraries/haskell/unordered-containers/0.2.5.0.nix +++ b/pkgs/development/libraries/haskell/unordered-containers/0.2.5.0.nix @@ -1,3 +1,5 @@ +# This file was auto-generated by cabal2nix. Please do NOT edit manually! + { cabal, ChasingBottoms, deepseq, hashable, HUnit, QuickCheck , testFramework, testFrameworkHunit, testFrameworkQuickcheck2 }: diff --git a/pkgs/development/tools/parsing/happy/1.19.4.nix b/pkgs/development/tools/parsing/happy/1.19.4.nix index c1dee08c5cc..e7cd358fb82 100644 --- a/pkgs/development/tools/parsing/happy/1.19.4.nix +++ b/pkgs/development/tools/parsing/happy/1.19.4.nix @@ -1,3 +1,5 @@ +# This file was auto-generated by cabal2nix. Please do NOT edit manually! + { cabal, mtl, perl }: cabal.mkDerivation (self: {