all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 051b3f60dc5fe6489a4d0f10cf7958f02ea87cac 478 bytes (raw)
name: gnu/packages/patches/ghc-pantry-ghc8.8-compatibility.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
This version of pantry uses some language features that changed from 8.6 to
8.8.

diff --git a/src/Pantry/Storage.hs.old b/src/Pantry/Storage.hs
index 8ad03b9..2d0481b 100644
--- a/src/Pantry/Storage.hs
+++ b/src/Pantry/Storage.hs
@@ -13,6 +13,8 @@
 {-# LANGUAGE ViewPatterns #-}
 {-# LANGUAGE LambdaCase #-}
 {-# LANGUAGE UndecidableInstances #-}
+{-# LANGUAGE DerivingStrategies #-}
+{-# LANGUAGE StandaloneDeriving #-}
 module Pantry.Storage
   ( SqlBackend
   , initStorage

debug log:

solving 051b3f60dc ...
found 051b3f60dc in https://yhetil.org/guix/87zh1s3554.fsf_-_@asu.edu/

applying [1/1] https://yhetil.org/guix/87zh1s3554.fsf_-_@asu.edu/
diff --git a/gnu/packages/patches/ghc-pantry-ghc8.8-compatibility.patch b/gnu/packages/patches/ghc-pantry-ghc8.8-compatibility.patch
new file mode 100644
index 0000000000..051b3f60dc

Checking patch gnu/packages/patches/ghc-pantry-ghc8.8-compatibility.patch...
Applied patch gnu/packages/patches/ghc-pantry-ghc8.8-compatibility.patch cleanly.

index at:
100644 051b3f60dc5fe6489a4d0f10cf7958f02ea87cac	gnu/packages/patches/ghc-pantry-ghc8.8-compatibility.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.