diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 01:17:49 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:47:56 -0500 |
commit | 9a8adeb1a6961b6d2895059091a46b4038cab83c (patch) | |
tree | 22113b58586bdba729774f50d523f4394902a30d /gnu/packages | |
parent | 544bb369f186eef48280c1aaa667c0d651163c1d (diff) | |
download | patches-9a8adeb1a6961b6d2895059091a46b4038cab83c.tar patches-9a8adeb1a6961b6d2895059091a46b4038cab83c.tar.gz |
gnu: ghc-paths: Update to 0.1.0.12.
* gnu/packages/haskell-xyz.scm (ghc-paths): Update to 0.1.0.12.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 59e4dd12ee..93f53071d3 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -7527,7 +7527,7 @@ files/directories, and more.") (define-public ghc-paths (package (name "ghc-paths") - (version "0.1.0.9") + (version "0.1.0.12") (outputs '("out" "doc")) (source (origin @@ -7538,7 +7538,7 @@ files/directories, and more.") ".tar.gz")) (sha256 (base32 - "0ibrr1dxa35xx20cpp8jzgfak1rdmy344dfwq4vlq013c6w8z9mg")))) + "1164w9pqnf7rjm05mmfjznz7rrn415blrkk1kjc0gjvks1vfdjvf")))) (build-system haskell-build-system) (home-page "https://github.com/simonmar/ghc-paths") (synopsis |