diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2019-05-09 14:39:30 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2019-05-09 14:39:30 +0000 |
commit | 6dc2e22e2d89226195d89002a02b431dee6e0e67 (patch) | |
tree | 9a88fb63bb22aa2eb4215ec6bb8c45c1aaa2ce61 /devel/hs-git-annex/files/patch-Build__Configure.hs | |
parent | Prepare for the pending removal of ispec from GENERIC, making sure (diff) |
Introduce USES=cabal and use it to build Haskell applications.
PR: 230186
Reviewed by: mat, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19730
Diffstat (limited to 'devel/hs-git-annex/files/patch-Build__Configure.hs')
-rw-r--r-- | devel/hs-git-annex/files/patch-Build__Configure.hs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/hs-git-annex/files/patch-Build__Configure.hs b/devel/hs-git-annex/files/patch-Build__Configure.hs deleted file mode 100644 index 4a60a71ad332..000000000000 --- a/devel/hs-git-annex/files/patch-Build__Configure.hs +++ /dev/null @@ -1,11 +0,0 @@ ---- Build/Configure.hs.orig 2017-06-12 17:56:05 UTC -+++ Build/Configure.hs -@@ -75,7 +75,7 @@ shaTestCases l = map make l - else search cmds - - shacmds n = concatMap (\x -> [x, 'g':x]) $ -- map (\x -> "sha" ++ show n ++ x) ["sum", ""] -+ map (\x -> "gsha" ++ show n ++ x) ["sum", ""] - - tmpDir :: String - tmpDir = "tmp" |