guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1e9581caa3237d6cb0e076dbd4c7f84515dfe228
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jan 5 16:46:45 2026 +0100

    gnu: Remove idris-wl-pprint.
    
    * gnu/packages/idris.scm (idris-wl-pprint): Delete variable.
    
    Change-Id: I075664df687741c74e1987cb100576d61c29cff5
---
 gnu/packages/idris.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/idris.scm b/gnu/packages/idris.scm
index 85fb6cc2d2..2a1355cd3a 100644
--- a/gnu/packages/idris.scm
+++ b/gnu/packages/idris.scm
@@ -207,31 +207,6 @@ by Parsec.  This package is used (almost) the same way as 
Parsec, except for one
 difference: backtracking.")
       (license license:bsd-2))))
 
-(define-public idris-wl-pprint
-  (let ((commit "1d365fcf4ba075859844dbc5eb96a90f57b9f338"))
-    (package
-      (name "idris-wl-pprint")
-      (version (git-version "0.1" "1" commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/shayan-najd/wl-pprint";)
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "0g7c3y9smifdz4sivi3qmvymhdr7v9kfq45fmfmmvkqcrix0spzn"))))
-      (build-system gnu-build-system)
-      (native-inputs
-       (list idris))
-      (arguments (idris-default-arguments name))
-      (home-page "https://github.com/shayan-najd/wl-pprint";)
-      (synopsis "Pretty printing library")
-      (description "A pretty printing library for Idris based on Phil Wadler's
-paper A Prettier Printer and on Daan Leijen's extensions in the Haskell
-wl-pprint library.")
-      (license license:bsd-2))))
-
 (define-public idris-bifunctors
   (let ((commit "53d06a6ccfe70c49c9ae8c8a4135981dd2173202"))
     (package

Reply via email to