[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
237/329: gnu: Add ghc-text-metrics.
From: |
guix-commits |
Subject: |
237/329: gnu: Add ghc-text-metrics. |
Date: |
Wed, 20 Nov 2019 21:18:28 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit bdc877c4d273bbb6ee0d21cdceb3ff36804a076c
Author: Timothy Sample <address@hidden>
Date: Tue Nov 5 14:03:31 2019 -0500
gnu: Add ghc-text-metrics.
* gnu/packages/haskell-xyz.scm (ghc-text-metrics): New variable.
---
gnu/packages/haskell-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5ad900a..46bf1e5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10435,6 +10435,33 @@ instances for strict and lazy text types for versions
older than 1.2.1 of the
text package.")
(license license:bsd-2)))
+(define-public ghc-text-metrics
+ (package
+ (name "ghc-text-metrics")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "text-metrics/text-metrics-" version ".tar.gz"))
+ (sha256
+ (base32
+ "18mzxwkdvjp31r720ai9bnxr638qq8x3a2v408bz0d8f0rsayx1q"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-vector" ,ghc-vector)))
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-hspec" ,ghc-hspec)))
+ (arguments
+ `(#:cabal-revision
+ ("4" "017drxq9x56b345d8w5m8xdsi1zzs0z16pbdx8j35cd1lsnh3kf1")))
+ (home-page "https://github.com/mrkkrp/text-metrics")
+ (synopsis "Calculate various string metrics efficiently")
+ (description "This library provides tools to calculate various
+string metrics efficiently.")
+ (license license:bsd-3)))
+
(define-public ghc-tf-random
(package
(name "ghc-tf-random")
- 231/329: gnu: Add libyaml@2.1., (continued)
- 231/329: gnu: Add libyaml@2.1., guix-commits, 2019/11/20
- 233/329: gnu: ghc-yaml: Update to 0.11.1.2., guix-commits, 2019/11/20
- 243/329: gnu: ghc-stm-conduit: Update to 4.0.1., guix-commits, 2019/11/20
- 179/329: gnu: ghc-tls-session-manager: Update to 0.0.3., guix-commits, 2019/11/20
- 193/329: gnu: ghc-semigroupoids: Update to 5.3.3., guix-commits, 2019/11/20
- 205/329: gnu: Add ghc-network-byte-order., guix-commits, 2019/11/20
- 206/329: gnu: ghc-http2: Update to 1.6.5., guix-commits, 2019/11/20
- 213/329: gnu: ghc-path-io: Update to 1.4.2., guix-commits, 2019/11/20
- 221/329: gnu: ghc-cryptohash-md5: Update Cabal file to r4., guix-commits, 2019/11/20
- 227/329: gnu: ghc-foldl: Update to 1.4.5., guix-commits, 2019/11/20
- 237/329: gnu: Add ghc-text-metrics.,
guix-commits <=
- 162/329: gnu: ghc-charset: Update Cabal file to r1., guix-commits, 2019/11/20
- 211/329: gnu: ghc-auto-update: Update to 0.1.6., guix-commits, 2019/11/20
- 216/329: gnu: ghc-wai: Update to 3.2.2.1., guix-commits, 2019/11/20
- 217/329: gnu: ghc-snap-server: Update to 1.1.1.1., guix-commits, 2019/11/20
- 228/329: gnu: ghc-mono-traversable: Update to 1.0.13.0., guix-commits, 2019/11/20
- 234/329: gnu: ghc-bzlib-conduit: Update to 0.3.0.2., guix-commits, 2019/11/20
- 236/329: gnu: ghc-http: Update to 4000.3.14., guix-commits, 2019/11/20
- 238/329: gnu: Add ghc-infer-license., guix-commits, 2019/11/20
- 240/329: gnu: Add ghc-lib-parser., guix-commits, 2019/11/20
- 242/329: gnu: ghc-simple-sendfile: Update to 0.2.30., guix-commits, 2019/11/20