summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 21:03:55 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:09 +0200
commitc2e393cccb3280e0a5ff517999f468e37fe2b54c (patch)
tree0a77b8e30d1e7bd00109539bfc0ff92f2b981733 /gnu/packages
parent42f2732e13c0d36f7e70b2131a629a54c59987f7 (diff)
downloadguix-c2e393cccb3280e0a5ff517999f468e37fe2b54c.tar.gz
gnu: ghc-simple-reflect: Update to 0.3.3.
* gnu/packages/haskell.scm (ghc-simple-reflect): Update to 0.3.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index fa588b8dbe..e711d46bd8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -938,7 +938,7 @@ documentation-generation tool for Haskell libraries.")
 (define-public ghc-simple-reflect
   (package
     (name "ghc-simple-reflect")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
      (origin
        (method url-fetch)
@@ -948,7 +948,7 @@ documentation-generation tool for Haskell libraries.")
              ".tar.gz"))
        (sha256
         (base32
-         "1dpcf6w3cf1sfl9bnlsx04x7aghw029glj5d05qzrsnms2rlw8iq"))))
+         "0ayvrx5cm8n6db21jiyjmk5h93pw7cz1707hih09hlhk9jh5x0h7"))))
     (build-system haskell-build-system)
     (home-page
      "https://twanvl.nl/blog/haskell/simple-reflection-of-expressions")