From dc4038936efe940c14aed5a12d4d8cc8e4bd946d Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Tue, 29 Oct 2019 15:08:03 +0100 Subject: [PATCH] Homegenize ghc version, fix link. --- .../Haskell/remove-duplicates-from-sorted-fastq.cabal | 2 +- trim-t-tail-from-fastq/Haskell/stack.yaml | 3 ++- trim-t-tail-from-fastq/Haskell/trim-t-tail-from-fastq.cabal | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/remove-duplicates-from-sorted-fastq/Haskell/remove-duplicates-from-sorted-fastq.cabal b/remove-duplicates-from-sorted-fastq/Haskell/remove-duplicates-from-sorted-fastq.cabal index 4b9ef46..0392987 100644 --- a/remove-duplicates-from-sorted-fastq/Haskell/remove-duplicates-from-sorted-fastq.cabal +++ b/remove-duplicates-from-sorted-fastq/Haskell/remove-duplicates-from-sorted-fastq.cabal @@ -2,7 +2,7 @@ name: remove-duplicates-from-sorted-fastq version: 0.1.0.0 synopsis: Simple project template from stack description: Please see README.md -homepage: https://github.com/blaiseli/remove-duplicates-from-sorted-fastq#readme +homepage: https://gitlab.pasteur.fr/bli/bioinfo_utils/blob/master/README.md license: BSD3 license-file: LICENSE author: Blaise Li diff --git a/trim-t-tail-from-fastq/Haskell/stack.yaml b/trim-t-tail-from-fastq/Haskell/stack.yaml index aaec8bd..4410f30 100644 --- a/trim-t-tail-from-fastq/Haskell/stack.yaml +++ b/trim-t-tail-from-fastq/Haskell/stack.yaml @@ -15,7 +15,8 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-7.1 +#resolver: lts-7.1 +resolver: lts-8.23 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/trim-t-tail-from-fastq/Haskell/trim-t-tail-from-fastq.cabal b/trim-t-tail-from-fastq/Haskell/trim-t-tail-from-fastq.cabal index bc32575..86cc651 100644 --- a/trim-t-tail-from-fastq/Haskell/trim-t-tail-from-fastq.cabal +++ b/trim-t-tail-from-fastq/Haskell/trim-t-tail-from-fastq.cabal @@ -2,7 +2,7 @@ name: trim-t-tail-from-fastq version: 0.1.0.0 synopsis: Simple project template from stack description: Please see README.md -homepage: https://github.com/blaiseli/trim-t-tail-from-fastq#readme +homepage: https://gitlab.pasteur.fr/bli/bioinfo_utils/blob/master/README.md license: BSD3 license-file: LICENSE author: Blaise Li -- GitLab