[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30892] [PATCH 33/37] gnu: Add ghc-yesod-persistent.
From: |
rsiddharth |
Subject: |
[bug#30892] [PATCH 33/37] gnu: Add ghc-yesod-persistent. |
Date: |
Wed, 21 Mar 2018 03:45:11 +0000 |
* gnu/packages/haskell-web.scm
(ghc-yesod-pesistent): New variable.
---
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 c6c85d8ed..77351597f 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)))
--
2.16.2
- [bug#30892] [PATCH 18/37] gnu: Add ghc-th-lift-instances., (continued)
- [bug#30892] [PATCH 18/37] gnu: Add ghc-th-lift-instances., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 22/37] gnu: Add ghc-http-api-data., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 24/37] gnu: Add ghc-aeson-compat., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 20/37] gnu: Add ghc-uri-bytestring., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 27/37] gnu: Add ghc-microlens., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 31/37] gnu: ghc-math-functions: Disable tests., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 29/37] gnu: Add ghc-unliftio., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 17/37] gnu: Add ghc-attoparsec-iso8601., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 26/37] gnu: Add ghc-unliftio-core., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 32/37] gnu: ghc-psqueues: Disable tests., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 33/37] gnu: Add ghc-yesod-persistent.,
rsiddharth <=
- [bug#30892] [PATCH 19/37] gnu: Add ghc-generics-sop., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 34/37] gnu: Add ghc-email-validate., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 35/37] gnu: Add ghc-yesod-form., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 37/37] gnu: Add ghc-yesod., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 23/37] gnu: Add ghc-persistent., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 21/37] gnu: Add ghc-time-locale-compat., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 25/37] gnu: Add ghc-persistent-template., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 36/37] gnu: ghc-conduit-extra: Update to 1.1.14., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 28/37] gnu: Add ghc-microlens-th., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 30/37] gnu: Add ghc-persistent-sqlite., rsiddharth, 2018/03/20