diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-29 00:41:19 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:18 +0200 |
commit | 40e1af35bee20984563a4bf48810777d4b7c488b (patch) | |
tree | cf66166add68f8c0c9e12866b9a4a553621de1de /gnu/packages/haskell-web.scm | |
parent | 867ac7fe58f6defe202e040803e41fc3f8e3d646 (diff) | |
download | patches-40e1af35bee20984563a4bf48810777d4b7c488b.tar patches-40e1af35bee20984563a4bf48810777d4b7c488b.tar.gz |
gnu: ghc-http-date: Update to 0.0.8.
* gnu/packages/haskell-web.scm (ghc-http-date): Update to 0.0.8.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r-- | gnu/packages/haskell-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index 2e863965ae..742d3abcba 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -261,7 +261,7 @@ libraries, such as http-conduit.") (define-public ghc-http-date (package (name "ghc-http-date") - (version "0.0.6.1") + (version "0.0.8") (source (origin (method url-fetch) @@ -270,7 +270,7 @@ libraries, such as http-conduit.") "http-date-" version ".tar.gz")) (sha256 (base32 - "0dknh28kyarnzqrsc80ssalxjrq0qbv7ir49247p2grb7rh0dqgj")))) + "09slbzqayjnqqz9zybk7slgzvizgplikqgg4b2flzgks91466k0g")))) (build-system haskell-build-system) (inputs `(("ghc-attoparsec" ,ghc-attoparsec))) |