diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-02 23:02:48 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-02 23:02:48 -0400 |
commit | 0bf027f0a2abe492b12cd12d94379e92ced24c59 (patch) | |
tree | 5e24ed78a97b93b670aa29a0788cd6036b24cf57 /standalone/no-th/haskell-patches/aeson_remove-TH.patch | |
parent | e1e337be2ece90232a3b3e06f4ea69b4fab42d21 (diff) |
remove some patches that are no longer used
Diffstat (limited to 'standalone/no-th/haskell-patches/aeson_remove-TH.patch')
-rw-r--r-- | standalone/no-th/haskell-patches/aeson_remove-TH.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/standalone/no-th/haskell-patches/aeson_remove-TH.patch b/standalone/no-th/haskell-patches/aeson_remove-TH.patch deleted file mode 100644 index dc40de79e..000000000 --- a/standalone/no-th/haskell-patches/aeson_remove-TH.patch +++ /dev/null @@ -1,40 +0,0 @@ -From f147ec9aeaa03ca6e30232c84c413ef29b95fb62 Mon Sep 17 00:00:00 2001 -From: Your Name <you@example.com> -Date: Tue, 20 May 2014 19:53:55 +0000 -Subject: [PATCH] avoid TH - ---- - aeson.cabal | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/aeson.cabal b/aeson.cabal -index 493d625..02dc6f4 100644 ---- a/aeson.cabal -+++ b/aeson.cabal -@@ -88,7 +88,6 @@ library - Data.Aeson.Generic - Data.Aeson.Parser - Data.Aeson.Types -- Data.Aeson.TH - - other-modules: - Data.Aeson.Functions -@@ -121,7 +120,6 @@ library - old-locale, - scientific >= 0.3.1 && < 0.4, - syb, -- template-haskell >= 2.4, - time, - unordered-containers >= 0.2.3.0, - vector >= 0.7.1 -@@ -164,7 +162,6 @@ test-suite tests - base, - containers, - bytestring, -- template-haskell, - test-framework, - test-framework-quickcheck2, - test-framework-hunit, --- -2.0.0.rc2 - |