mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: ghc-hledger-lib: Downgrade to 0.14.1.
* gnu/packages/haskell-xyz.scm (ghc-hledger-lib): Downgrade to 0.14.1. [inputs]: Replace with what is generated by guix import. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
f1e73a5caf
commit
1112b916a5
1 changed files with 8 additions and 14 deletions
|
@ -5866,7 +5866,7 @@ (define-public ghc-hinotify
|
||||||
(define-public ghc-hledger-lib
|
(define-public ghc-hledger-lib
|
||||||
(package
|
(package
|
||||||
(name "ghc-hledger-lib")
|
(name "ghc-hledger-lib")
|
||||||
(version "1.19.1")
|
(version "1.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5876,14 +5876,10 @@ (define-public ghc-hledger-lib
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0py11011r358nmnvwwkc8mlx6mpy36jm8sqlr4i8ihx3x0zjdgya"))))
|
"1w6qp01cak6spnpldm01czlm6i5a2alw47w76875l2nagrc4rfp2"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-decimal" ,ghc-decimal)
|
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
||||||
("ghc-glob" ,ghc-glob)
|
|
||||||
("ghc-aeson" ,ghc-aeson)
|
|
||||||
("ghc-aeson-pretty" ,ghc-aeson-pretty)
|
|
||||||
("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
|
||||||
("ghc-base-compat-batteries" ,ghc-base-compat-batteries)
|
("ghc-base-compat-batteries" ,ghc-base-compat-batteries)
|
||||||
("ghc-blaze-markup" ,ghc-blaze-markup)
|
("ghc-blaze-markup" ,ghc-blaze-markup)
|
||||||
("ghc-call-stack" ,ghc-call-stack)
|
("ghc-call-stack" ,ghc-call-stack)
|
||||||
|
@ -5891,11 +5887,14 @@ (define-public ghc-hledger-lib
|
||||||
("ghc-cassava-megaparsec" ,ghc-cassava-megaparsec)
|
("ghc-cassava-megaparsec" ,ghc-cassava-megaparsec)
|
||||||
("ghc-cmdargs" ,ghc-cmdargs)
|
("ghc-cmdargs" ,ghc-cmdargs)
|
||||||
("ghc-data-default" ,ghc-data-default)
|
("ghc-data-default" ,ghc-data-default)
|
||||||
|
("ghc-decimal" ,ghc-decimal)
|
||||||
|
("ghc-easytest" ,ghc-easytest)
|
||||||
("ghc-extra" ,ghc-extra)
|
("ghc-extra" ,ghc-extra)
|
||||||
("ghc-fgl" ,ghc-fgl)
|
|
||||||
("ghc-file-embed" ,ghc-file-embed)
|
("ghc-file-embed" ,ghc-file-embed)
|
||||||
|
("ghc-glob" ,ghc-glob)
|
||||||
("ghc-hashtables" ,ghc-hashtables)
|
("ghc-hashtables" ,ghc-hashtables)
|
||||||
("ghc-megaparsec" ,ghc-megaparsec)
|
("ghc-megaparsec" ,ghc-megaparsec)
|
||||||
|
("ghc-mtl-compat" ,ghc-mtl-compat)
|
||||||
("ghc-old-time" ,ghc-old-time)
|
("ghc-old-time" ,ghc-old-time)
|
||||||
("ghc-parser-combinators" ,ghc-parser-combinators)
|
("ghc-parser-combinators" ,ghc-parser-combinators)
|
||||||
("ghc-pretty-show" ,ghc-pretty-show)
|
("ghc-pretty-show" ,ghc-pretty-show)
|
||||||
|
@ -5903,14 +5902,9 @@ (define-public ghc-hledger-lib
|
||||||
("ghc-safe" ,ghc-safe)
|
("ghc-safe" ,ghc-safe)
|
||||||
("ghc-split" ,ghc-split)
|
("ghc-split" ,ghc-split)
|
||||||
("ghc-tabular" ,ghc-tabular)
|
("ghc-tabular" ,ghc-tabular)
|
||||||
("ghc-tasty" ,ghc-tasty)
|
|
||||||
("ghc-tasty-hunit" ,ghc-tasty-hunit)
|
|
||||||
("ghc-timeit" ,ghc-timeit)
|
|
||||||
("ghc-uglymemo" ,ghc-uglymemo)
|
("ghc-uglymemo" ,ghc-uglymemo)
|
||||||
("ghc-unordered-containers" ,ghc-unordered-containers)
|
|
||||||
("ghc-utf8-string" ,ghc-utf8-string)))
|
("ghc-utf8-string" ,ghc-utf8-string)))
|
||||||
(native-inputs
|
(native-inputs `(("ghc-doctest" ,ghc-doctest)))
|
||||||
`(("ghc-doctest" ,ghc-doctest)))
|
|
||||||
(home-page "https://hledger.org")
|
(home-page "https://hledger.org")
|
||||||
(synopsis "Reusable library providing the core functionality of hledger")
|
(synopsis "Reusable library providing the core functionality of hledger")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue