[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
276/329: gnu: Add ghc-edit-distance-vector.
From: |
guix-commits |
Subject: |
276/329: gnu: Add ghc-edit-distance-vector. |
Date: |
Wed, 20 Nov 2019 21:18:43 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 3ebae41f5a15d7d7b9356885830c47e4e1ecb54b
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 08:18:35 2019 -0500
gnu: Add ghc-edit-distance-vector.
* gnu/packages/haskell-xyz.scm (ghc-edit-distance-vector): New variable.
---
gnu/packages/haskell-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 882df58..700dc9c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3034,6 +3034,39 @@ distances for fuzzy matching, including Levenshtein and
restricted
Damerau-Levenshtein algorithms.")
(license license:bsd-3)))
+(define-public ghc-edit-distance-vector
+ (package
+ (name "ghc-edit-distance-vector")
+ (version "1.0.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "edit-distance-vector/edit-distance-vector-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "07qgc8dyi9kkzkd3xcd78wdlljy0xwhz65b4r2qg2piidpcdvpxp"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-vector" ,ghc-vector)))
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)))
+ (home-page "https://github.com/thsutton/edit-distance-vector")
+ (synopsis "Calculate edit distances and edit scripts between vectors")
+ (description "This package provides implementation of the
+Wagner-Fischer dynamic programming algorithm to find the optimal edit
+script and cost between two sequences. The implementation in this
+package is specialised to sequences represented with @code{Data.Vector}
+but is otherwise agnostic to:
+@itemize
+@item The type of values in the vectors;
+@item The type representing edit operations; and
+@item The type representing the cost of operations.
+@end itemize")
+ (license license:bsd-3)) )
+
(define-public ghc-either
(package
(name "ghc-either")
- 275/329: gnu: Add ghc-bitarray., (continued)
- 275/329: gnu: Add ghc-bitarray., guix-commits, 2019/11/20
- 254/329: gnu: ghc-warp: Update to 3.2.28., guix-commits, 2019/11/20
- 270/329: gnu: ghc-esqueleto: Update to 3.0.0., guix-commits, 2019/11/20
- 281/329: gnu: Add ghc-aeson-diff., guix-commits, 2019/11/20
- 289/329: gnu: ghc-sandi: Update to 0.5., guix-commits, 2019/11/20
- 288/329: gnu: ghc-tasty-rerun: Update to 1.1.14., guix-commits, 2019/11/20
- 294/329: gnu: ghc-options: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 251/329: gnu: ghc-lens: Update to 4.17.1., guix-commits, 2019/11/20
- 274/329: gnu: Add ghc-tasty-lua., guix-commits, 2019/11/20
- 273/329: gnu: ghc-haddock-library: Update to 1.7.0., guix-commits, 2019/11/20
- 276/329: gnu: Add ghc-edit-distance-vector.,
guix-commits <=
- 285/329: gnu: ghc-yesod-form: Update to 1.6.7., guix-commits, 2019/11/20
- 282/329: gnu: Add ghc-hslua-module-system., guix-commits, 2019/11/20
- 295/329: gnu: Remove ghc-monadplus., guix-commits, 2019/11/20
- 299/329: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/20
- 302/329: gnu: cedille: Use most recent GHC., guix-commits, 2019/11/20
- 309/329: gnu: Update xmobar to 0.31., guix-commits, 2019/11/20
- 314/329: gnu: Add ghc-testing-feat., guix-commits, 2019/11/20
- 256/329: gnu: Add ghc-conduit-zstd., guix-commits, 2019/11/20
- 261/329: gnu: ghc-warp-tls: Update to 3.2.8., guix-commits, 2019/11/20
- 268/329: gnu: ghc-sdl2: Update to 2.5.0.0., guix-commits, 2019/11/20