GNU bug report logs -
#38423
add postgrest
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/haskell-xyz.scm (ghc-bug): New variable.
---
gnu/packages/haskell-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c4d2ed3b02..3eadfff08c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13499,3 +13499,25 @@ ExceptT instances in scope.")
(description
"'MonadTime' type class for monads which carry the notion of the current time.")
(license license:bsd-3)))
+
+(define-public ghc-bug
+ (package
+ (name "ghc-bug")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/bug/bug-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1xfynvp5fyn46gg3p5qq9cmb1dnw2dyf3bz6w5wdvikfvs19dwhq"))))
+ (build-system haskell-build-system)
+ (home-page
+ "https://github.com/nikita-volkov/bug")
+ (synopsis
+ "Better alternatives to the \"error\" function")
+ (description "")
+ (license license:expat)))
--
2.21.0 (Apple Git-122.2)
This bug report was last modified 5 years and 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.