[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/38: gnu: Add ghc-yesod-persistent.
From: |
Ludovic Court�s |
Subject: |
34/38: gnu: Add ghc-yesod-persistent. |
Date: |
Sat, 31 Mar 2018 13:53:27 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d199274194f643daab6819c9ee0d4576462610dc
Author: rsiddharth <address@hidden>
Date: Wed Mar 21 03:45:11 2018 +0000
gnu: Add ghc-yesod-persistent.
* gnu/packages/haskell-web.scm (ghc-yesod-pesistent): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/haskell-web.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index c6c85d8..7735159 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1058,3 +1058,36 @@ avoid any issues with characters.")
Yesod, on which other packages can be built. It provides dispatch, handler
functions, widgets, etc.")
(license license:expat)))
+
+(define-public ghc-yesod-persistent
+ (package
+ (name "ghc-yesod-persistent")
+ (version "1.4.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/";
+ "yesod-persistent-" version "/"
+ "yesod-persistent-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0kiksw46c8ww9yiwl28pkrppx8d6fhsasr0hvmsliqbrp16likj8"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; FIXME: hspec-discover not available in PATH.
+ (inputs `(("ghc-yesod-core" ,ghc-yesod-core)
+ ("ghc-persistent" ,ghc-persistent)
+ ("ghc-persistent-template" ,ghc-persistent-template)
+ ("ghc-blaze-builder" ,ghc-blaze-builder)
+ ("ghc-conduit" ,ghc-conduit)
+ ("ghc-resourcet" ,ghc-resourcet)
+ ("ghc-resource-pool" ,ghc-resource-pool)))
+ (native-inputs `(("ghc-hspec" ,ghc-hspec)
+ ("ghc-wai-extra" ,ghc-wai-extra)
+ ("ghc-yesod-core" ,ghc-yesod-core)
+ ("ghc-persistent-sqlite" ,ghc-persistent-sqlite)
+ ("ghc-text" ,ghc-text)))
+ (home-page "http://www.yesodweb.com/";)
+ (synopsis "Helpers for using Persistent from Yesod")
+ (description "This Haskell package provides helpers for using Persistent
+from Yesod.")
+ (license license:expat)))
- 14/38: gnu: Add ghc-cprng-aes., (continued)
- 14/38: gnu: Add ghc-cprng-aes., Ludovic Court�s, 2018/03/31
- 21/38: gnu: Add ghc-uri-bytestring., Ludovic Court�s, 2018/03/31
- 22/38: gnu: Add ghc-time-locale-compat., Ludovic Court�s, 2018/03/31
- 10/38: gnu: Add ghc-crypto-cipher-types., Ludovic Court�s, 2018/03/31
- 11/38: gnu: Add ghc-crypto-cipher-tests., Ludovic Court�s, 2018/03/31
- 18/38: gnu: Add ghc-attoparsec-iso8601., Ludovic Court�s, 2018/03/31
- 26/38: gnu: Add ghc-persistent-template., Ludovic Court�s, 2018/03/31
- 32/38: gnu: ghc-math-functions: Disable tests., Ludovic Court�s, 2018/03/31
- 31/38: gnu: Add ghc-persistent-sqlite., Ludovic Court�s, 2018/03/31
- 33/38: gnu: ghc-psqueues: Disable tests., Ludovic Court�s, 2018/03/31
- 34/38: gnu: Add ghc-yesod-persistent.,
Ludovic Court�s <=
- 37/38: gnu: ghc-conduit-extra: Update to 1.1.14., Ludovic Court�s, 2018/03/31
- 28/38: gnu: Add ghc-microlens., Ludovic Court�s, 2018/03/31
- 20/38: gnu: Add ghc-generics-sop., Ludovic Court�s, 2018/03/31
- 27/38: gnu: Add ghc-unliftio-core., Ludovic Court�s, 2018/03/31
- 36/38: gnu: Add ghc-yesod-form., Ludovic Court�s, 2018/03/31
- 35/38: gnu: Add ghc-email-validate., Ludovic Court�s, 2018/03/31