[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
238/329: gnu: Add ghc-infer-license.
From: |
guix-commits |
Subject: |
238/329: gnu: Add ghc-infer-license. |
Date: |
Wed, 20 Nov 2019 21:18:28 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 1f656b17d9c5d148f07e01d28044d84ba3a91679
Author: Timothy Sample <address@hidden>
Date: Tue Nov 5 14:03:40 2019 -0500
gnu: Add ghc-infer-license.
* gnu/packages/haskell-xyz.scm (ghc-infer-license): New variable.
---
gnu/packages/haskell-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 46bf1e5..e0aa5ee 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5208,6 +5208,30 @@ contexts. It parses blocks of lines all indented to the
same level as well as
lines continued at an indented level below.")
(license license:bsd-3)))
+(define-public ghc-infer-license
+ (package
+ (name "ghc-infer-license")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "infer-license/infer-license-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0wlfm6bf55kfvm74xar9lmjg5v1103rs9m3grw1rq5bmcmhzxrhj"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-text-metrics" ,ghc-text-metrics)))
+ (native-inputs
+ `(("ghc-hspec" ,ghc-hspec)
+ ("hspec-discover" ,hspec-discover)))
+ (home-page "http://hackage.haskell.org/package/infer-license")
+ (synopsis "Infer software license from a given license file")
+ (description "This library provides tools to infer a software
+license from a given license file.")
+ (license license:expat)))
+
(define-public ghc-inline-c
(package
(name "ghc-inline-c")
- 221/329: gnu: ghc-cryptohash-md5: Update Cabal file to r4., (continued)
- 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, 2019/11/20
- 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 <=
- 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
- 241/329: gnu: hlint: Update to 2.1.26., guix-commits, 2019/11/20
- 247/329: gnu: ghc-edit-distance: Update dependency constraints., guix-commits, 2019/11/20
- 245/329: gnu: ghc-persistent: Update to 2.9.2., guix-commits, 2019/11/20
- 252/329: gnu: ghc-trifecta: Update Cabal file to r4., guix-commits, 2019/11/20
- 246/329: gnu: ghc-cryptohash-sha256: Update Cabal file to r3., guix-commits, 2019/11/20
- 250/329: gnu: ghc-adjunctions: Update Cabal file to r2., guix-commits, 2019/11/20
- 249/329: gnu: ghc-resolv: Update to 0.1.1.2., guix-commits, 2019/11/20
- 257/329: gnu: ghc-conduit-algorithms: Update to 0.0.11.0., guix-commits, 2019/11/20