mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: ghc-tasty: Update to 1.1.0.3."
This reverts commit 3ad6b89090
.
This commit is contained in:
parent
90708323a1
commit
f9f4578ba0
2 changed files with 6 additions and 28 deletions
|
@ -2870,7 +2870,7 @@ with slicing and Clang-style colored diagnostics.")
|
|||
;; re-enable them.
|
||||
(arguments `(#:tests? #f))
|
||||
(inputs
|
||||
`(("ghc-scientific-bootstrap" ,ghc-scientific-bootstrap)
|
||||
`(("ghc-scientific" ,ghc-scientific)
|
||||
("ghc-text" ,ghc-text)))
|
||||
(native-inputs
|
||||
`(("ghc-tasty" ,ghc-tasty)
|
||||
|
@ -2885,13 +2885,6 @@ aimed particularly at dealing efficiently with network protocols and
|
|||
complicated text/binary file formats.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define ghc-attoparsec-bootstrap
|
||||
(package
|
||||
(inherit ghc-attoparsec)
|
||||
(name "ghc-attoparsec-bootstrap")
|
||||
(arguments '(#:tests? #f))
|
||||
(native-inputs '())))
|
||||
|
||||
(define-public ghc-zip-archive
|
||||
(package
|
||||
(name "ghc-zip-archive")
|
||||
|
@ -5221,13 +5214,6 @@ occurrences of a substring (the first in case of overlaps) with another.")
|
|||
in migrated modules.")
|
||||
(license license:expat)))
|
||||
|
||||
(define ghc-integer-logarithms-bootstrap
|
||||
(package
|
||||
(inherit ghc-integer-logarithms)
|
||||
(name "ghc-integer-logarithms-bootstrap")
|
||||
(arguments `(#:tests? #f))
|
||||
(native-inputs '())))
|
||||
|
||||
(define-public ghc-scientific
|
||||
(package
|
||||
(name "ghc-scientific")
|
||||
|
@ -5244,7 +5230,7 @@ in migrated modules.")
|
|||
"03ql2f0ac8bsl524idy9xxa3kxisb2sj3avflzw580j5hzy0m397"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-integer-logarithms-bootstrap" ,ghc-integer-logarithms-bootstrap)
|
||||
`(("ghc-integer-logarithms" ,ghc-integer-logarithms)
|
||||
("ghc-text" ,ghc-text)
|
||||
("ghc-hashable" ,ghc-hashable)
|
||||
("ghc-primitive" ,ghc-primitive)))
|
||||
|
@ -5265,13 +5251,6 @@ and space efficient. They are represented using
|
|||
notation}.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define ghc-scientific-bootstrap
|
||||
(package
|
||||
(inherit ghc-scientific)
|
||||
(name "ghc-scientific-bootstrap")
|
||||
(arguments `(#:tests? #f))
|
||||
(native-inputs '())))
|
||||
|
||||
(define-public ghc-boxes
|
||||
(package
|
||||
(name "ghc-boxes")
|
||||
|
@ -10195,7 +10174,7 @@ backends provided by the @code{Cairo} and @code{Diagrams} libraries.")
|
|||
(inputs
|
||||
`(("ghc-setlocale" ,ghc-setlocale)
|
||||
("ghc-utf8-string" ,ghc-utf8-string)
|
||||
("ghc-attoparsec-bootstrap" ,ghc-attoparsec-bootstrap)))
|
||||
("ghc-attoparsec" ,ghc-attoparsec)))
|
||||
(home-page "https://github.com/solidsnack/wcwidth/")
|
||||
(synopsis "Haskell bindings to wcwidth")
|
||||
(description "This package provides Haskell bindings to your system's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue