mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: ghc-optparse-applicative@0.15.1.0: Avoid circular top-level references.
* gnu/packages/purescript.scm (ghc-optparse-applicative-0.15.1.0): Move to... * gnu/packages/haskell-xyz.scm (ghc-optparse-applicative-0.15.1.0): ... here.
This commit is contained in:
parent
3a91c92547
commit
7f9616717f
2 changed files with 21 additions and 21 deletions
|
@ -8731,6 +8731,27 @@ (define-public ghc-optparse-applicative
|
||||||
command line options in Haskell.")
|
command line options in Haskell.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public ghc-optparse-applicative-0.15.1.0
|
||||||
|
(package
|
||||||
|
(inherit ghc-optparse-applicative)
|
||||||
|
(name "ghc-optparse-applicative")
|
||||||
|
(version "0.15.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://hackage.haskell.org/package/optparse-applicative/optparse-applicative-"
|
||||||
|
version
|
||||||
|
".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1ws6y3b3f6hsgv0ff0yp6lw4hba1rps4dnvry3yllng0s5gngcsd"))))
|
||||||
|
(inputs
|
||||||
|
(list ghc-transformers-compat ghc-ansi-wl-pprint))
|
||||||
|
(native-inputs (list ghc-quickcheck))
|
||||||
|
(arguments
|
||||||
|
`(#:cabal-revision
|
||||||
|
("1" "0zmhqkd96v2z1ilhqdkd9z4jgsnsxb8yi2479ind8m5zm9363zr9")))))
|
||||||
|
|
||||||
(define-public ghc-jira-wiki-markup
|
(define-public ghc-jira-wiki-markup
|
||||||
(package
|
(package
|
||||||
(name "ghc-jira-wiki-markup")
|
(name "ghc-jira-wiki-markup")
|
||||||
|
|
|
@ -165,24 +165,3 @@ (define-public ghc-purescript-cst
|
||||||
(description
|
(description
|
||||||
"This package implements parser for the PureScript programming language.")
|
"This package implements parser for the PureScript programming language.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-optparse-applicative-0.15.1.0
|
|
||||||
(package
|
|
||||||
(inherit ghc-optparse-applicative)
|
|
||||||
(name "ghc-optparse-applicative")
|
|
||||||
(version "0.15.1.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://hackage.haskell.org/package/optparse-applicative/optparse-applicative-"
|
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1ws6y3b3f6hsgv0ff0yp6lw4hba1rps4dnvry3yllng0s5gngcsd"))))
|
|
||||||
(inputs
|
|
||||||
(list ghc-transformers-compat ghc-ansi-wl-pprint))
|
|
||||||
(native-inputs (list ghc-quickcheck))
|
|
||||||
(arguments
|
|
||||||
`(#:cabal-revision
|
|
||||||
("1" "0zmhqkd96v2z1ilhqdkd9z4jgsnsxb8yi2479ind8m5zm9363zr9")))))
|
|
||||||
|
|
Loading…
Reference in a new issue