[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
148/329: gnu: Add ghc-time-compat.
From: |
guix-commits |
Subject: |
148/329: gnu: Add ghc-time-compat. |
Date: |
Wed, 20 Nov 2019 21:17:47 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 75cfc9a2f15a9c348aab189372253444208a151f
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 23:00:36 2019 -0400
gnu: Add ghc-time-compat.
* gnu/packages/haskell-xyz.scm (ghc-time-compat): New variable.
---
gnu/packages/haskell-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 946948b..e727679 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10529,6 +10529,38 @@ datatypes reachable from an initial datatype, and
passing these names to some
function which generates instances.")
(license license:bsd-3)))
+(define-public ghc-time-compat
+ (package
+ (name "ghc-time-compat")
+ (version "1.9.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "time-compat/time-compat-" version ".tar.gz"))
+ (sha256
+ (base32
+ "05va0rqs759vbridbcl6hksp967j9anjvys8vx72fnfkhlrn2s52"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-base-orphans" ,ghc-base-orphans)))
+ (native-inputs
+ `(("ghc-hunit" ,ghc-hunit)
+ ("ghc-base-compat" ,ghc-base-compat)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+ ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
+ (arguments
+ `(#:cabal-revision
+ ("1" "0k8ph4sydaiqp8dav4if6hpiaq8h1xsr93khmdr7a1mmfwdxr64r")))
+ (home-page "https://github.com/phadej/time-compat")
+ (synopsis "Compatibility package for time")
+ (description "This packages tries to compat as many @code{time}
+features as possible.")
+ (license license:bsd-3)))
+
(define-public ghc-time-locale-compat
(package
(name "ghc-time-locale-compat")
- 158/329: gnu: ghc-haskell-src-exts: Update to 1.21.1., (continued)
- 158/329: gnu: ghc-haskell-src-exts: Update to 1.21.1., guix-commits, 2019/11/20
- 91/329: gnu: ghc-tasty-expected-failure: Update to 0.11.1.2., guix-commits, 2019/11/20
- 97/329: gnu: ghc-regex-applicative: Update to 0.3.3.1., guix-commits, 2019/11/20
- 115/329: gnu: ghc-validity: Update to 0.9.0.2., guix-commits, 2019/11/20
- 116/329: gnu: ghc-hspec-contrib: Update to 0.5.1., guix-commits, 2019/11/20
- 128/329: gnu: ghc-regex: Update to 1.0.2.0., guix-commits, 2019/11/20
- 132/329: gnu: ghc-attoparsec: Update to 0.13.2.3., guix-commits, 2019/11/20
- 134/329: gnu: ghc-distributive: Update to 0.6.1., guix-commits, 2019/11/20
- 139/329: gnu: ghc-graphviz: Update to 2999.20.0.3., guix-commits, 2019/11/20
- 142/329: gnu: ghc-network: Update to 2.8.0.1., guix-commits, 2019/11/20
- 148/329: gnu: Add ghc-time-compat.,
guix-commits <=
- 160/329: gnu: ghc-glut: Update to 2.7.0.15., guix-commits, 2019/11/20
- 153/329: gnu: ghc-hsopenssl: Update to 0.11.4.17., guix-commits, 2019/11/20
- 157/329: gnu: ghc-hslogger: Update to 1.2.12., guix-commits, 2019/11/20
- 101/329: gnu: ghc-bytestring-handle: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 121/329: gnu: ghc-newtype-generics: Update to 0.5.4., guix-commits, 2019/11/20
- 176/329: gnu: ghc-email-validate: Update to 2.3.2.12., guix-commits, 2019/11/20
- 197/329: gnu: ghc-inline-c-cpp: Update to 0.3.0.3., guix-commits, 2019/11/20
- 201/329: gnu: ghc-statistics: Update to 0.15.1.1., guix-commits, 2019/11/20
- 207/329: gnu: ghc-hedgehog: Update to 1.0.1., guix-commits, 2019/11/20
- 126/329: gnu: ghc-tasty-ant-xml: Update to 1.1.6., guix-commits, 2019/11/20