diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-02-14 13:46:55 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-02-14 15:52:35 +0100 |
commit | 6ef0cd9ade84a6a26ed2e50bee98611000ad786b (patch) | |
tree | 6c2fc95f4c2c7d17f918e3494a915dc8a988429c /gnu | |
parent | 66f12401d411d662578ad07387ef027056b8b6df (diff) |
gnu: ghc@4: Use 'search-patches'.
* gnu/packages/haskell.scm (ghc-4)[source]: Use 'search-patches'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index c3706fca6c..60f5a01393 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -193,7 +193,7 @@ is itself quite fast.") (sha256 (base32 "0ar4nxy4cr5vwvfj71gmc174vx0n3lg9ka05sa1k60c8z0g3xp1q")) - (patches (list (search-patch "ghc-4.patch"))))) + (patches (search-patches "ghc-4.patch")))) (build-system gnu-build-system) (supported-systems '("i686-linux" "x86_64-linux")) (arguments |