unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 1bfaa14b8bf2bc293d0fc3b002c582e338b51bae 980 bytes (raw)
name: gnu/packages/patches/stack-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
17
18
19
20
21
22
23
24
25
26
27
 
This version of stack uses some language features that changed from 8.6 to
8.8.

diff --git a/src/Stack/Storage/User.hs.old b/src/Stack/Storage/User.hs
index 3845b09..cfc17d5 100644
--- a/src/Stack/Storage/User.hs
+++ b/src/Stack/Storage/User.hs
@@ -10,6 +10,8 @@
 {-# LANGUAGE TupleSections #-}
 {-# LANGUAGE TypeFamilies #-}
 {-# LANGUAGE UndecidableInstances #-}
+{-# LANGUAGE DerivingStrategies #-}
+{-# LANGUAGE StandaloneDeriving #-}
 {-# OPTIONS_GHC -Wno-unused-top-binds -Wno-identities #-}

 -- | Work with SQLite database used for caches across an entire user account.
--- a/src/Stack/Storage/Project.hs.old
+++ b/src/Stack/Storage/Project.hs
@@ -10,4 +10,6 @@
 {-# LANGUAGE TupleSections #-}
 {-# LANGUAGE TypeFamilies #-}
 {-# LANGUAGE UndecidableInstances #-}
+{-# LANGUAGE DerivingStrategies #-}
+{-# LANGUAGE StandaloneDeriving #-}
 {-# OPTIONS_GHC -Wno-unused-top-binds -Wno-identities #-}

 -- | Work with SQLite database used for caches across a single project.

debug log:

solving 1bfaa14b8b ...
found 1bfaa14b8b in https://yhetil.org/guix-patches/87zh1s3554.fsf_-_@asu.edu/

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

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

index at:
100644 1bfaa14b8bf2bc293d0fc3b002c582e338b51bae	gnu/packages/patches/stack-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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).