me
/
guix
Archived
1
0
Fork 0

gnu: Add upstream-name property to Haskell packages.

Script-aided bulk change.
Lars-Dominik Braun 2023-01-04 09:37:26 +01:00
parent 84549dcf38
commit cad6aa8082
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
10 changed files with 709 additions and 1 deletions

View File

@ -47,6 +47,7 @@
(sha256
(base32 "0yjjbhc593ylrm4mq4j01nkdvh7xqsg5in30wxj4y53vf5hkggp5"))))
(build-system haskell-build-system)
(properties '((upstream-name . "Agda")))
(inputs
(list ghc-aeson
ghc-alex

View File

@ -39,6 +39,7 @@
(sha256
(base32 "1by2d84fbckspczddl4npfsf89q6nprmbg0i5g8yr1psp0fpl4ab"))))
(build-system haskell-build-system)
(properties '((upstream-name . "dhall")))
(inputs
(list ghc-aeson
ghc-aeson-pretty

View File

@ -237,6 +237,7 @@ line client and a client based on Qt.")
(lambda _
(install-file "hledger.info" (string-append #$output "/share/info"))
(install-file "hledger.1" (string-append #$output "/man/man1")))))))
(properties '((upstream-name . "hledger")))
(inputs
(list ghc-ansi-terminal
ghc-base-compat-batteries
@ -1981,6 +1982,7 @@ generate a variety of reports from them, and provides a web interface.")
(base32
"0ivszqcypw0j2wn4r7fv7dqm1pvr0b1y6rqpxagzyk8cxn3ic9g2"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hledger-web")))
(arguments
`(#:tests? #f ; TODO: fail.
#:cabal-revision

View File

@ -72,6 +72,7 @@
(base32
"1sn5g71sx8xa4ggyk49m661iip6zrzl65vb87l16l31kf79bbm7w"))))
(build-system haskell-build-system)
(properties '((upstream-name . "apply-refact")))
(inputs
(list ghc-refact
ghc-exactprint
@ -109,6 +110,7 @@ library. It is primarily used with HLint's @code{--refactor} flag.")
(sha256
(base32 "1c0cc256bha97aj7l0lf76l5swlnmwcqppiz8l4cl5xgba4mwmd0"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cabal-install")))
(arguments
`(#:phases
(modify-phases %standard-phases
@ -155,6 +157,7 @@ installation of Haskell libraries and programs.")
(base32
"17wi7fma2qaqdm1hwgaam3fd140v9bpa8ky0wg708h1pqc5v2nbz"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cpphs")))
(inputs
(list ghc-polyparse ghc-old-locale ghc-old-time))
(home-page "https://projects.haskell.org/cpphs/")
@ -192,6 +195,7 @@ unlit literate code files; and an option to turn off macro-expansion.")
(("__TIME__") "\"00:00:00\""))
#t))))
(build-system haskell-build-system)
(properties '((upstream-name . "darcs")))
(arguments
`(#:tests? #f ; TODO: Needs QuickCheck ==2.13.*, and more…
#:configure-flags '("-fpkgconfig" "-fcurl" "-flibiconv" "-fthreaded"
@ -288,6 +292,7 @@ unique algebra of patches called @url{http://darcs.net/Theory,Patchtheory}.
(sha256
(base32 "0yqc1pkfajnr56gnh43sbj50r7c3r41b2jfz07ivgl6phi4frjbq"))))
(build-system haskell-build-system)
(properties '((upstream-name . "ghcid")))
(inputs
(list ghc-extra ghc-ansi-terminal ghc-cmdargs ghc-fsnotify
ghc-terminal-size))
@ -316,6 +321,7 @@ to @code{cabal repl}).")
(sha256
(base32 "06b5gnj0dxiz7lkc75xmmzi50svwbqhs5az01lfmw27r3ibcicpm"))))
(build-system haskell-build-system)
(properties '((upstream-name . "git-annex")))
(arguments
`(#:configure-flags
'("--flags=-Android -Webapp")
@ -524,6 +530,7 @@ used to keep a folder in sync between computers.")
(base32
"0z6gxndrh7blzapkdn6fq1pkbkjlmbgjbq9ydnvy2wm00fb3v73g"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hlint")))
(inputs
(list ghc-unordered-containers
ghc-yaml
@ -563,6 +570,7 @@ unwanted suggestions, and to add your own custom suggestions.")
(base32
"1xacx2f33x1a4qlv25f8rlmb4wi0cjfzrj22nlnkrd0knghik3m7"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hoogle")))
(inputs
(list ghc-quickcheck
ghc-aeson
@ -615,6 +623,7 @@ or by approximate type signature.")
(base32
"079jwph4bwllfp03yfr26s5zc6m6kw3nhb1cggrifh99haq34cr4"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hscolour")))
(home-page "https://hackage.haskell.org/package/hscolour")
(synopsis "Script to colourise Haskell code")
(description "HSColour is a small Haskell script to colourise Haskell
@ -698,6 +707,7 @@ Wayland, and Linux console environments alike.")
(sha256
(base32 "1ispgl8rc2scr6v8bb6sks7px856jf61x74zj2iyddrn5qamkb3n"))))
(build-system haskell-build-system)
(properties '((upstream-name . "nixfmt")))
(inputs
(list ghc-megaparsec ghc-parser-combinators ghc-cmdargs
ghc-safe-exceptions))
@ -765,6 +775,7 @@ Haskell.")
(base32
"10y9zi22m6hf13c9h8zd9vg7mljpwbw0r3djb6r80bna701fdf6c"))))
(build-system haskell-build-system)
(properties '((upstream-name . "Raincat")))
(arguments
`(#:phases
(modify-phases %standard-phases
@ -808,6 +819,7 @@ is programmed in Haskell.")
(base32
"0apzrvf99rskj4dbmn57jjxrsf19j436s8a09m950df5aws3a0wj"))))
(build-system haskell-build-system)
(properties '((upstream-name . "scroll")))
(arguments
'(#:phases
(modify-phases %standard-phases
@ -884,7 +896,7 @@ that cause a shell to behave strangely and counter-intuitively.
advanced user's otherwise working script to fail under future circumstances.
@end enumerate")
;; CVE-2021-28794 is for a completely different, unofficial add-on.
(properties `((lint-hidden-cve . ("CVE-2021-28794"))))
(properties `((lint-hidden-cve . ("CVE-2021-28794")) (upstream-name . "ShellCheck")))
(license license:gpl3+)))
(define-public shelltestrunner
@ -899,6 +911,7 @@ advanced user's otherwise working script to fail under future circumstances.
(base32
"1a5kzqbwg6990249ypw0cx6cqj6663as1kbj8nzblcky8j6kbi6b"))))
(build-system haskell-build-system)
(properties '((upstream-name . "shelltestrunner")))
(arguments
'(#:phases
(modify-phases %standard-phases
@ -954,6 +967,7 @@ output, stderr, and exit status.")
(base32
"0x9w3zh1lzp6l5xj3mynnlr0fzb5mbv0wwpfxp8fr6bk0jcrzjwf"))))
(build-system haskell-build-system)
(properties '((upstream-name . "stylish-haskell")))
(inputs
(list ghc-aeson
ghc-file-embed

View File

@ -56,6 +56,7 @@
(base32
"0h9mllhw9cd0rn34xhj8grwmbny7z7hpd8qmp9lfcdj0s4qx9vx8"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-ant-xml")))
(inputs
(list ghc-generic-deriving ghc-xml ghc-tagged ghc-tasty))
(home-page
@ -83,6 +84,7 @@ framework.")
(base32
"0csgwn3vch0jnpqyyfnrfjq4z0dpl67imh5a7byll3hhlyidgjym"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-smallcheck")))
(inputs
(list ghc-tasty ghc-smallcheck ghc-async ghc-tagged))
(home-page "https://documentup.com/feuerbach/tasty")
@ -105,6 +107,7 @@ Haskell test framework.")
(base32
"0i1i78587znqzwps49milyr5n2k388ld2kr9ysz1vw8gcw51qq49"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-quickcheck")))
(inputs
(list ghc-quickcheck
ghc-tagged
@ -134,6 +137,7 @@ Haskell test framework.")
(base32
"1nskavqgfxx1cw7q6c0cmizlwj54rnlv93yhgssaa77gv1nbvwpn"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-golden")))
(inputs
(list ghc-async
ghc-optparse-applicative
@ -167,6 +171,7 @@ contains the correct result for the test.")
(base32
"0574hbqzxzyv6vsk5kzbf04kz58y0iy8x9ydcj4b8fpncgmgy63g"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty")))
(inputs
(list ghc-tagged
ghc-regex-tdfa
@ -196,6 +201,7 @@ and any other types of tests into a single test suite.")
(base32
"0cy49z8n124xh2ra2482vfy5if1n6d9lbdjma2zg1mxfj0k0zyfb"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-hedgehog")))
(inputs
(list ghc-tagged ghc-tasty ghc-hedgehog))
(native-inputs
@ -223,6 +229,7 @@ framework}.")
(base32
"02s82ijs2ringqxsqbm7m3vcy5brmwxa617azxv0v2phi3rdkjvl"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-hspec")))
(inputs
(list ghc-hspec
ghc-hspec-core
@ -257,6 +264,7 @@ framework}.")
(base32
"0gz6zz3w7s44pymw33xcxnawryl27zk33766sab96nz2xh91kvxp"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-hunit")))
(inputs
(list ghc-call-stack-boot ghc-tasty))
(home-page "http://documentup.com/feuerbach/tasty")
@ -277,6 +285,7 @@ test framework.")
(base32
"14yvlpli6cv6bn3kh8mlfp4x1l6ns4fvmfv6hmj75cvxyzq029d7"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-kat")))
(inputs
(list ghc-tasty ghc-tasty-quickcheck ghc-tasty-hunit))
(home-page "https://github.com/vincenthz/tasty-kat")
@ -299,6 +308,7 @@ tasty.")
(base32
"0wa73ihkjcxi50lgpdzwwdx7s903lqi79hw7hxlvhbcvdly1cq53"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-lua")))
(inputs
(list ghc-file-embed ghc-hslua ghc-tasty))
(native-inputs
@ -323,6 +333,7 @@ from Lua.")
(base32
"0b2ivrw2257m4cy4rjnkwqlarh83j1y3zywnmaqqqbvy667sqnj3"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-th")))
(inputs
(list ghc-haskell-src-exts ghc-tasty ghc-tasty-hunit))
(home-page "https://github.com/bennofs/tasty-th")
@ -347,6 +358,7 @@ test-framework.")
(base32
"0sccp5zx9v2rx741nbmgd8mzjhy5m4v74hk26d23xz93ph8aqx7s"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-rerun")))
(inputs
(list ghc-optparse-applicative ghc-reducers ghc-split ghc-tagged
ghc-tasty))
@ -372,6 +384,7 @@ been added since previous test run.")
(base32
"0zlgxs24d54byfhvwdg85xk1572zpjs71bjlxxrxcvralrfcq1yb"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-expected-failure")))
(arguments `(#:tests? #f)) ; TODO: Loops.
; (native-inputs
; `(("ghc-tasty-hunit" ,ghc-tasty-hunit)
@ -404,6 +417,7 @@ development.")
(base32
"0ihqbarl2ddrfgq3mq09lswwn8213qpw13g49qxs5mjkcm6gbk3h"))))
(build-system haskell-build-system)
(properties '((upstream-name . "quickcheck-instances")))
(arguments
`(#:cabal-revision
("2" "1lsa3pbg4ljlk29fhm3mdklnx3hwffyga1nr5krbpcyc3ywq8fq8")))
@ -444,6 +458,7 @@ provided by the Haskell Platform.")
(base32
"0s43s1bzbg3gwsjgm7fpyksd1339f0m26dlw2famxwyzgvm0a80k"))))
(build-system haskell-build-system)
(properties '((upstream-name . "quickcheck-unicode")))
(inputs (list ghc-quickcheck))
(home-page
"https://github.com/bos/quickcheck-unicode")
@ -467,6 +482,7 @@ testing Unicode-related software.")
(base32
"08k4v7pkgjf30pv5j2dfv1gqv6hclxlniyq2sps8zq4zswcr2xzv"))))
(build-system haskell-build-system)
(properties '((upstream-name . "quickcheck-io")))
(inputs
(list ghc-quickcheck ghc-hunit))
(home-page
@ -491,6 +507,7 @@ use HUnit assertions as QuickCheck properties.")
(base32
"1wrnrm9sq4s0bly0q58y80g4153q45iglqa34xsi2q3bd62nqyyq"))))
(build-system haskell-build-system)
(properties '((upstream-name . "QuickCheck")))
(inputs
(list ghc-random ghc-splitmix-bootstrap))
(home-page "https://github.com/nick8325/quickcheck")
@ -516,6 +533,7 @@ expressed in Haskell, using combinators defined in the QuickCheck library.")
(sha256
(base32 "1kyam4cy7qmnizjwjm8jamq43w7f0fs6ljfplwj0ib6wi2kjh0wv"))))
(build-system haskell-build-system)
(properties '((upstream-name . "quickcheck-assertions")))
(native-inputs
(list ghc-hspec))
(inputs
@ -541,6 +559,7 @@ HUnit.")
(base32
"1hhacrzam6b8f10hyldmjw8pb7frdxh04rfg3farxcxwbnhwgbpm"))))
(build-system haskell-build-system)
(properties '((upstream-name . "test-framework")))
(arguments
`(#:tests? #f ; FIXME: Tests do not build.
#:cabal-revision
@ -581,6 +600,7 @@ reporting and test statistics output.")
(base32
"1y0b6vg8nfm43v90lxxcydhi6qlxhfy4vpxbzm5ic2w55bh8xjwm"))))
(build-system haskell-build-system)
(properties '((upstream-name . "test-framework-hunit")))
(arguments
`(#:cabal-revision
("3" "0i9mlalv7cl1iq43ld5myrnpszq5rxmd79hk495dcb08rglhgl3z")))
@ -606,6 +626,7 @@ reporting and test statistics output.")
(base32
"0ngf9vvby4nrdf1i7dxf5m9jn0g2pkq32w48xdr92n9hxka7ixn9"))))
(build-system haskell-build-system)
(properties '((upstream-name . "test-framework-quickcheck2")))
(arguments
`(#:cabal-revision
("3" "0mglqfimla4vvv80mg08aj76zf4993wmngqlirh05h8i9nmgv6lh")))
@ -632,6 +653,7 @@ package.")
(sha256
(base32 "1xpgpk1gp4w7w46b4rhj80fa0bcyz8asj2dcjb5x1c37b7rw90b0"))))
(build-system haskell-build-system)
(properties '((upstream-name . "test-framework-smallcheck")))
(inputs
(list ghc-smallcheck ghc-test-framework))
(home-page "https://github.com/Bodigrim/smallcheck")
@ -655,6 +677,7 @@ test-framework. New projects should use ghc-tasty-smallcheck instead.")
(base32
"12lw7yj02jb9s0i7rb98jjam43j2h0gzmnbj9zi933fx7sg0sy4b"))))
(build-system haskell-build-system)
(properties '((upstream-name . "test-framework-th")))
(inputs
(list ghc-test-framework ghc-language-haskell-extract
ghc-haskell-src-exts ghc-regex-posix))
@ -687,6 +710,7 @@ using Template Haskell")
(base32
"1as4sw5y39c3zrmr6sb8zbw74c9gdn4401y0dx45ih7zf6457dxh"))))
(build-system haskell-build-system)
(properties '((upstream-name . "HUnit")))
(inputs
;; We cannot use ghc-call-stack there, because it depends on
;; ghc-nanospec, which depends on ghc-hunit.
@ -712,6 +736,7 @@ JUnit tool for Java.")
(base32
"13yzvd3b679skvs1insk4s0wc4zvmz6hs38kc8q0j6vzqq06smqa"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hspec-discover")))
(native-inputs
(list ghc-quickcheck ghc-hspec-meta))
(home-page "https://hspec.github.io/")
@ -733,6 +758,7 @@ runs Hspec tests.")
(base32
"12k9yp5gznrda449ir60d5wv3xl7nnyffkb5mhfc0svw9f8lxlv1"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hspec-core")))
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
(inputs
(list ghc-setenv
@ -763,6 +789,7 @@ be used to extend Hspec's functionality.")
(base32
"0sfj0n2hy1r8ifysgbcmfdygcd7vyzr13ldkcp0l2ml337f8j0si"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hspec-meta")))
(inputs
(list ghc-quickcheck
ghc-hunit
@ -791,6 +818,7 @@ used to test the in-development version of Hspec.")
(base32
"0z0lwrmrqkglr78n6k2c36n4h68142bh785ys0x4jaibjshvs6rw"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hspec")))
(outputs '("out" "static" "doc"))
(inputs
(list ghc-hspec-core
@ -819,6 +847,7 @@ Haskell, inspired by the Ruby library RSpec.")
(base32
"0hhzxaa3fxz5mk5qcsrnfr98a7bn3szx2ydgr0x9mbqmm1jg06rc"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hspec-contrib")))
(inputs
(list ghc-hspec-core ghc-hunit ghc-hspec ghc-quickcheck))
(native-inputs
@ -843,6 +872,7 @@ Haskell, inspired by the Ruby library RSpec.")
(base32
"1vxl9zazbaapijr6zmcj72j9wf7ka1pirrjbwddwwddg3zm0g5l1"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hspec-expectations")))
;; Tests depend on ghc-nanospec.
(arguments '(#:tests? #f))
(inputs (list ghc-hunit))
@ -866,6 +896,7 @@ Haskell, inspired by the Ruby library RSpec.")
(base32
"1rcmhl9bhyfvanalnf1r86wkx6rq6wdvagnw1h011jcnnb1cq56g"))))
(build-system haskell-build-system)
(properties '((upstream-name . "nanospec")))
(inputs
(list ghc-hspec ghc-silently))
(home-page "https://github.com/hspec/nanospec#readme")
@ -889,6 +920,7 @@ minimal dependencies.")
(base32
"19wqignlq90qwpam01hnmmrxaxh5lkax9l1l6rlbi4a07nvp1dnz"))))
(build-system haskell-build-system)
(properties '((upstream-name . "crypto-cipher-tests")))
(inputs (list ghc-quickcheck
ghc-hunit
ghc-test-framework
@ -919,6 +951,7 @@ implementations of cryptographic ciphers.")
(base32
"1qsqs8lmxa3wmw228cwi98vvvh9hqbc9d43i1sy2c9igw9xlhfi6"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hedgehog")))
(inputs
(list ghc-ansi-terminal
ghc-async
@ -959,6 +992,7 @@ To get started quickly, see the examples:
(base32
"03if74imlhhk7m56nci5f1wclniwqdmwl4hl177040j1gnlac9i0"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cabal-doctest")))
(arguments
`(#:cabal-revision
("2" "05v1awad3d1wvc763xcgvxm4n6n7bs7byc6s14kdbw35zcaddlcb")))
@ -984,6 +1018,7 @@ configuration. This library provides the common bits for writing custom
(base32
"1wh2n95n39ivv6kbqn42vbzrj8zagsmk6f2al2qj40bg5kgdl2q5"))))
(build-system haskell-build-system)
(properties '((upstream-name . "testing-type-modifiers")))
(home-page "https://hackage.haskell.org/package/testing-type-modifiers")
(synopsis "Data type modifiers for property based testing")
(description "Property based testing libraries such as QuickCheck tend to
@ -1006,6 +1041,7 @@ testing frameworks.")
(base32
"1v2qzzpf1s008g7q6q67glf7vbm1pkpq4rc3ii74f4g6vhfx610r"))))
(build-system haskell-build-system)
(properties '((upstream-name . "testing-feat")))
(inputs
(list ghc-quickcheck ghc-size-based ghc-testing-type-modifiers
ghc-semigroups))
@ -1032,6 +1068,7 @@ random testing, and hybrids of the two.")
(base32
"0qz1npyycj4bvyly9xmjbnhw569l52h38gx02rk0r7zhapw83aig"))))
(build-system haskell-build-system)
(properties '((upstream-name . "inspection-testing")))
(home-page
"https://github.com/nomeata/inspection-testing")
(synopsis "GHC plugin to do inspection testing")
@ -1072,6 +1109,7 @@ examples and more information.")
(sha256
(base32 "19iw15mvb7gws3ljdxqwsbb4pmfc0sfflf8szgmrhiqr3k82mqv2"))))
(build-system haskell-build-system)
(properties '((upstream-name . "quickcheck-classes")))
(inputs
(list ghc-quickcheck
ghc-primitive
@ -1116,6 +1154,7 @@ constraints more cleanly.")
(sha256
(base32 "16c6gq4cqpkwnq1pzkhm6r7mrwk4an50ha5w77bmiia2qkhla6ch"))))
(build-system haskell-build-system)
(properties '((upstream-name . "quickcheck-classes-base")))
(inputs
(list ghc-quickcheck
ghc-contravariant
@ -1157,6 +1196,7 @@ these constraints more cleanly.")
(sha256
(base32 "1vswam0dhw52dihgnzirh18gqs8rj8h6jd7pl6y1mg2f9f9zmih2"))))
(build-system haskell-build-system)
(properties '((upstream-name . "doctest-lib")))
(home-page "https://hub.darcs.net/thielema/doctest-lib/")
(synopsis "Parts of doctest exposed as library")
(description
@ -1177,6 +1217,7 @@ these constraints more cleanly.")
(sha256
(base32 "1g3c7yrqq2mwqbmvs8vkx1a3cf0p0x74b7fnn344dsk7bsfpgv0x"))))
(build-system haskell-build-system)
(properties '((upstream-name . "doctest-exitcode-stdio")))
(inputs
(list ghc-doctest-lib ghc-quickcheck ghc-semigroups))
(home-page "https://hub.darcs.net/thielema/doctest-exitcode-stdio/")
@ -1200,6 +1241,7 @@ environment.")
(sha256
(base32 "03if74imlhhk7m56nci5f1wclniwqdmwl4hl177040j1gnlac9i0"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cabal-doctest")))
(arguments
`(#:cabal-revision
("2" "05v1awad3d1wvc763xcgvxm4n6n7bs7byc6s14kdbw35zcaddlcb")))
@ -1223,6 +1265,7 @@ environment.")
(sha256
(base32 "0nvh2k8iqqkanmp7lpwd3asimyarzisly8wavbdahcxryn0j4xb7"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tasty-silver")))
(inputs
(list ghc-ansi-terminal
ghc-async

View File

@ -47,6 +47,7 @@
(base32
"1a119qxhxhr0yn37r26dkydm6g5kykdkx98ghb59i4ipa6i95vkq"))))
(build-system haskell-build-system)
(properties '((upstream-name . "asn1-types")))
(inputs
(list ghc-memory ghc-hourglass))
(home-page "https://github.com/vincenthz/hs-asn1-types")
@ -69,6 +70,7 @@ format.")
(base32
"02nsr30h5yic1mk7znf0q4z3n560ip017n60hg7ya25rsfmxxy6r"))))
(build-system haskell-build-system)
(properties '((upstream-name . "asn1-encoding")))
(inputs
(list ghc-hourglass ghc-asn1-types))
(native-inputs
@ -93,6 +95,7 @@ supports for high level forms of ASN1 (BER, and DER).")
(base32
"17pk8y3nwv9b9i5j15qlmwi7fmq9ab2z4kfpjk2rvcrh9lsf27wg"))))
(build-system haskell-build-system)
(properties '((upstream-name . "asn1-parse")))
(inputs
(list ghc-asn1-types ghc-asn1-encoding))
(home-page "https://github.com/vincenthz/hs-asn1")
@ -116,6 +119,7 @@ when ASN1 pattern matching is not convenient.")
(base32
"19bsmkqkpnvh01b77pmyarx00fic15j4hvg4pzscrj4prskrx2i9"))))
(build-system haskell-build-system)
(properties '((upstream-name . "crypto-api")))
(inputs (list ghc-cereal ghc-tagged ghc-entropy))
(home-page "https://github.com/TomMD/crypto-api")
(synopsis "Provides generic interface for cryptographic operations
@ -145,6 +149,7 @@ algorithm (ex: padding) is within scope of this package.")
(base32
"0w3j43jdrlj28jryp18hc6q84nkl2yf4vs1hhgrsk7gb9kfyqjpl"))))
(build-system haskell-build-system)
(properties '((upstream-name . "crypto-api-tests")))
(outputs '("out" "static" "doc"))
(inputs (list ghc-test-framework-quickcheck2
ghc-crypto-api
@ -174,6 +179,7 @@ for common cryptographic algorithms are included.")
(base32
"1yr2iyb779znj79j3fq4ky8l1y8a600a2x1fx9p5pmpwq5zq93y2"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cryptohash")))
(inputs
(list ghc-byteable
ghc-cryptonite
@ -206,6 +212,7 @@ that hides the C implementation.")
(base32
"018g13hkmq5782i24b4518hcd926fl6x6fh5hd7b9wlxwc5dn21v"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cryptohash-md5")))
(native-inputs (list ghc-base16-bytestring ghc-puremd5 ghc-tasty
ghc-tasty-hunit ghc-tasty-quickcheck))
(home-page "https://github.com/hvr/cryptohash-md5")
@ -227,6 +234,7 @@ that hides the C implementation.")
(base32
"1aqdxdhxhl9jldh951djpwxx8z7gzaqspxl7iwpl84i5ahrsyy9w"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cryptohash-sha1")))
(arguments
`(#:cabal-revision
("6" "10rpxrmqgwihmplczglwxf5q3l13z9j3kvi065z884y4dymmnkgc")
@ -258,6 +266,7 @@ the C implementation.")
(base32
"1xkb7iqplbw4fy1122p79xf1zcb7k44rl0wmfj1q06l7cdqxr9vk"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cryptohash-sha256")))
(arguments
`(#:cabal-revision
("1" "1hyzqv30rpj920ddnr0zypyjjlh52vyp2d140pn2byayj820rkgs")
@ -289,6 +298,7 @@ the C implementation.")
(base32
"13xhp3hshb8x06bw37kp16c9jpjmgfn06nkj9drz745fv8f04fnq"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cryptonite")))
;; FIXME: tests are broken.
;; See https://github.com/haskell-crypto/cryptonite/issues/260
(arguments '(#:tests? #f))
@ -321,6 +331,7 @@ generators, and more.")
(base32
"1l5383l5pvp018rj3vabrppnzcqrr2g0dvgvmsrbjdn02wzab5jm"))))
(build-system haskell-build-system)
(properties '((upstream-name . "digest")))
(arguments
`(#:extra-directories ("zlib")))
(inputs
@ -348,6 +359,7 @@ are implemented as FFI bindings to efficient code from zlib.")
(sha256
(base32 "0qmzz0zgad13zl0kjrxz6cxg8ckn2w8saas2a2j72vbafpzmkixd"))))
(build-system haskell-build-system)
(properties '((upstream-name . "entropy")))
(home-page "https://github.com/TomMD/entropy")
(synopsis "Provides platform independent entropy source for Haskell")
(description "This Haskell package provides a platform independent method
@ -366,6 +378,7 @@ to obtain cryptographically strong entropy.")
(base32
"1m7qjsxrd8m88cvkqmr8kscril500j2a9y0iynvksjyjkhdlq33p"))))
(build-system haskell-build-system)
(properties '((upstream-name . "pem")))
(inputs
(list ghc-basement ghc-memory))
(native-inputs
@ -392,6 +405,7 @@ Mail} (PEM) format.")
(base32
"0qwkvxwi9wh6knn69rg2hvc8ngmv1if77kmpcnp0xqr0l30fwavq"))))
(build-system haskell-build-system)
(properties '((upstream-name . "pureMD5")))
(inputs (list ghc-cereal ghc-crypto-api ghc-tagged))
(native-inputs (list ghc-crypto-api-tests ghc-quickcheck
ghc-test-framework ghc-test-framework-quickcheck2
@ -415,6 +429,7 @@ interface.")
(base32
"0i4b2wjisivdy72synal711ywhx05mfqfba5n65rk8qidggm1nbb"))))
(build-system haskell-build-system)
(properties '((upstream-name . "SHA")))
(native-inputs
(list ghc-quickcheck ghc-test-framework
ghc-test-framework-quickcheck2))
@ -441,6 +456,7 @@ libraries, like OpenSSL.")
(base32
"1j67c35g8334jx7x32hh6awhr43dplp0qwal5gnlkmx09axzrc5i"))))
(build-system haskell-build-system)
(properties '((upstream-name . "x509")))
(inputs
(list ghc-memory
ghc-hourglass
@ -470,6 +486,7 @@ libraries, like OpenSSL.")
(base32
"1y8yyr1i95jkllg8k0z54k5v4vachp848clc07m33xpxidn3b1lp"))))
(build-system haskell-build-system)
(properties '((upstream-name . "x509-store")))
(inputs
(list ghc-pem ghc-asn1-types ghc-asn1-encoding ghc-cryptonite
ghc-x509))
@ -495,6 +512,7 @@ collections, certificates, revocation lists, and exception lists.")
(base32
"16yihzljql3z8w5rgdl95fv3hgk7yd86kbl9b3glllsark5j2hzr"))))
(build-system haskell-build-system)
(properties '((upstream-name . "x509-validation")))
(inputs
(list ghc-memory
ghc-byteable
@ -528,6 +546,7 @@ list validation.")
(base32
"06a4m9c7vlr9nhp9gmqbb46arf0yj1dkdm4nip03hzy67spdmp20"))))
(build-system haskell-build-system)
(properties '((upstream-name . "x509-system")))
(inputs
(list ghc-pem ghc-x509 ghc-x509-store))
(home-page "https://github.com/vincenthz/hs-certificate")
@ -551,6 +570,7 @@ for X.509 certificates.")
(base32
"03qa1i1kj07pfrxsi7fiaqnnd0vi94jd4jfswbmnm4gp1nvzcwr0"))))
(build-system haskell-build-system)
(properties '((upstream-name . "crypto-cipher-types")))
(inputs (list ghc-byteable ghc-securemem))
(home-page "https://github.com/vincenthz/hs-crypto-cipher")
(synopsis "Generic cryptography cipher types for Haskell")
@ -572,6 +592,7 @@ for symmetric ciphers.")
(base32
"05ahz6kjq0fl1w66gpiqy0vndli5yx1pbsbw9ni3viwqas4p3cfk"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cipher-aes")))
(inputs (list ghc-byteable ghc-securemem ghc-crypto-cipher-types))
(native-inputs (list ghc-quickcheck ghc-test-framework
ghc-test-framework-quickcheck2
@ -609,6 +630,7 @@ AES-NI available, or you'll need to use a different implementation.")
(base32
"0139kbbb2h7vshf68y3fvjda29lhj7jjwl4vq78w4y8k8hc7l2hp"))))
(build-system haskell-build-system)
(properties '((upstream-name . "crypto-random")))
(inputs (list ghc-securemem ghc-vector))
(home-page "https://github.com/vincenthz/hs-crypto-random")
(synopsis "Simple cryptographic random related types for Haskell")
@ -630,6 +652,7 @@ abstraction for CPRNGs.")
(base32
"1wr15kbmk1g3l8a75n0iwbzqg24ixv78slwzwb2q6rlcvq0jlnb4"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cprng-aes")))
(inputs (list ghc-byteable ghc-crypto-random ghc-cipher-aes))
(home-page "https://github.com/vincenthz/hs-cprng-aes")
(synopsis "Crypto Pseudo Random Number Generator using AES in counter mode
@ -674,6 +697,7 @@ percent.
(base32
"0v8msqvgzimhs7p5ri25hrb1ni2wvisl5rmdxy89fc59py79b9fq"))))
(build-system haskell-build-system)
(properties '((upstream-name . "ed25519")))
(arguments
`(#:cabal-revision
("3" "1yidh86ymzwmp2b449pwim6vvfcs1qgkkncbixw1zmb7wj6v167v")
@ -702,6 +726,7 @@ guidelines.")
(base32
"0j1rxxq5lzs584nk19610mk7mmsqqkgfxw2qj74ibb1zsk7baj4a"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tls")))
(inputs
(list ghc-cereal
ghc-data-default-class
@ -743,6 +768,7 @@ extensions.")
(base32
"0ysdfl8ck3nzhx597fa13dqf31jq5gzwajlak6r91jajks9w0dl5"))))
(build-system haskell-build-system)
(properties '((upstream-name . "HsOpenSSL")))
(arguments
`(#:extra-directories ("openssl")))
(inputs
@ -773,6 +799,7 @@ implementation of SSL.")
(base32
"10pnnpzgb5xr811kc9qdk7h2cgn6hk2yiyhnzz8f8p0fjzc0pwjm"))))
(build-system haskell-build-system)
(properties '((upstream-name . "openssl-streams")))
(inputs
(list ghc-hsopenssl ghc-io-streams ghc-network))
(native-inputs
@ -797,6 +824,7 @@ networking using OpenSSL (by way of HsOpenSSL).")
(base32
"1bldcmda4xh52mw1wfrjljv8crhw3al7v7kv1j0vidvr7ymnjpbh"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cryptonite-conduit")))
(inputs
(list ghc-conduit
ghc-conduit-extra

View File

@ -55,6 +55,7 @@
(base32
"1m9sx6gr9y9yxvkmcap8xsks8cnhznvma1mrfl39zljkv005azms"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tagsoup")))
(native-inputs
(list ghc-quickcheck))
(home-page "https://github.com/ndmitchell/tagsoup")
@ -84,6 +85,7 @@ for screen-scraping.")
(base32
"10rmdasb7mypbwxdj2mhr810vqhkakpik7hyd8fvj60hng8r8zvh"))))
(build-system haskell-build-system)
(properties '((upstream-name . "cookie")))
(inputs
(list ghc-old-locale
ghc-blaze-builder
@ -110,6 +112,7 @@ for screen-scraping.")
(base32
"0vj4hpaa30jz7c702xpsfvqaqdxz28zslsqnsfx6bf6dpwvck1wh"))))
(build-system haskell-build-system)
(properties '((upstream-name . "curl")))
(inputs
(list curl))
(home-page "https://hackage.haskell.org/package/curl")
@ -132,6 +135,7 @@ This package provides a Haskell binding to libcurl.")
(base32
"19dgdimpzr7pxk7pqvyin6j87gmvnf0rm35gzhmna8qr835wy3sr"))))
(build-system haskell-build-system)
(properties '((upstream-name . "httpd-shed")))
(inputs
(list ghc-network-bsd ghc-network-uri ghc-network))
(home-page "https://hackage.haskell.org/package/httpd-shed")
@ -155,6 +159,7 @@ requests, and the library is intended for implementing Ajax APIs.")
(base32
"05j00b9nqmwh9zaq9y9x50k81v2pd3j7a71kd91zlnbl8xk4m2jf"))))
(build-system haskell-build-system)
(properties '((upstream-name . "http-types")))
(native-inputs
(list ghc-doctest ghc-hspec ghc-quickcheck ghc-quickcheck-instances
hspec-discover))
@ -180,6 +185,7 @@ both client and server code).")
(base32
"0bgyj3ahqlyg0jw6qsm2sncp8mklc4h0dj91s043vb3ig01iq2fn"))))
(build-system haskell-build-system)
(properties '((upstream-name . "HTTP")))
(native-inputs
(list ghc-httpd-shed ghc-hunit ghc-test-framework
ghc-test-framework-hunit))
@ -232,6 +238,7 @@ responses coming back.")
(base32
"12j7vkpkm2djws6ny7vm2324c7916d0iaf1mbvf4mfjxzy2w7imv"))))
(build-system haskell-build-system)
(properties '((upstream-name . "http-client")))
;; Tests require access to the web.
(arguments `(#:tests? #f))
(inputs
@ -274,6 +281,7 @@ for more user-friendly packages.")
(base32
"03f8p9gxdzl6slyw1r6vpv2dqhsyjvbaawbjv75kaq0vlj3gz7xi"))))
(build-system haskell-build-system)
(properties '((upstream-name . "http-client-tls")))
;; Tests require Internet access
(arguments `(#:tests? #f))
(inputs
@ -304,6 +312,7 @@ libraries, such as http-conduit.")
(sha256
(base32 "1vfm9qc3zr0rmq2ddgyg13i67020cdk8xqhyzfc2zcn1km2p6r85"))))
(build-system haskell-build-system)
(properties '((upstream-name . "http-client-restricted")))
(inputs
(list ghc-http-client
ghc-http-client-tls
@ -335,6 +344,7 @@ servers on localhost or only allow connections to a specific server.")
(base32
"1lzlrj2flcnz3k5kfhf11nk5n8m6kcya0lkwrsnzxgfr3an27y9j"))))
(build-system haskell-build-system)
(properties '((upstream-name . "http-date")))
(inputs
(list ghc-attoparsec))
(native-inputs
@ -359,6 +369,7 @@ Date in Haskell.")
(base32
"13c2z35gdimncgpyg5dn5cpjvd83rbrigc8b40crg36678m0k0d1"))))
(build-system haskell-build-system)
(properties '((upstream-name . "http2")))
(inputs
(list ghc-aeson
ghc-aeson-pretty
@ -402,6 +413,7 @@ and HPACK. Currently HTTP/2 16 framing and HPACK 10 is supported.")
(base32
"1bj24phbcb7s3k6v48l5gk82m3m23j8zy9l7c5ccxp3ghn9z5gng"))))
(build-system haskell-build-system)
(properties '((upstream-name . "http-conduit")))
;; FIXME: `httpLbs TLS` in test-suite `test` fails with
;; ConnectionFailure getProtocolByName: does not exist (no such protocol
;; name: tcp)
@ -461,6 +473,7 @@ which allow you to avoid direct usage of conduits.")
(base32
"1a6i5njf85b2lhg8m83njagcf09wih5q2irnyb2890s724qr277v"))))
(build-system haskell-build-system)
(properties '((upstream-name . "http-reverse-proxy")))
(inputs
(list ghc-case-insensitive
ghc-http-types
@ -502,6 +515,7 @@ approach performs full request/response parsing via WAI and http-conduit.")
(base32
"1y19h9v0cq1fl17ywcyyvd6419fhgyw2s0yk0ki8z60021adcx2m"))))
(build-system haskell-build-system)
(properties '((upstream-name . "wai")))
(inputs
(list ghc-bytestring-builder
ghc-unix-compat
@ -533,6 +547,7 @@ communication between web applications and web servers.")
(base32
"0hbm7if28p6qa36cgpyq6i569275si53z9gsl2g1z8x09z3xiyz2"))))
(build-system haskell-build-system)
(properties '((upstream-name . "wai-logger")))
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find libraries exported
; by propagated-inputs.
(inputs
@ -566,6 +581,7 @@ communication between web applications and web servers.")
(base32
"1avf7bjcsbs8l6klp5kkd0cd2dc5n0j0a2yf8813pnwfn5b7qyd4"))))
(build-system haskell-build-system)
(properties '((upstream-name . "wai-extra")))
(inputs
(list ghc-ansi-terminal
ghc-base64-bytestring
@ -607,6 +623,7 @@ functionality.")
(base32
"07yn41rn2skd5p3wqqa09wa761vj7ibl8l19gh4bi4i8slxhk417"))))
(build-system haskell-build-system)
(properties '((upstream-name . "wai-conduit")))
(inputs
(list ghc-conduit ghc-http-types ghc-wai ghc-blaze-builder))
(home-page "https://github.com/yesodweb/wai")
@ -630,6 +647,7 @@ Haskell's Web Application Interface (WAI).")
(base32
"0z0f18yc6zlwh29c6175ivfcin325lvi4irpvv0n3cmq7vi0k0ql"))))
(build-system haskell-build-system)
(properties '((upstream-name . "bsb-http-chunked")))
(arguments
`(;; XXX: As of 0.0.4, one property test ("Identical output as Blaze")
;; fails on i686-linux.
@ -666,6 +684,7 @@ transfers.")
(sha256
(base32 "0v54ca3wpa79gdyiikwhbv9h8b5vr3d60piq3ndb2v7s7fi1qpm0"))))
(build-system haskell-build-system)
(properties '((upstream-name . "warp")))
(inputs
(list ghc-async
ghc-auto-update
@ -717,6 +736,7 @@ based WAI (Web Application Interface in Haskell).")
(base32
"134kb5nz668f4xrr5g98g7fc1bwb3ri6q433a1i6asjkniwpy85s"))))
(build-system haskell-build-system)
(properties '((upstream-name . "tls-session-manager")))
(inputs
(list ghc-auto-update ghc-clock ghc-psqueues ghc-tls))
(home-page "https://hackage.haskell.org/package/tls-session-manager")
@ -739,6 +759,7 @@ limitation, automatic pruning, energy saving and replay resistance.")
(base32
"0b9viw26ymzq4q8snfddz3w59sqcf5ankxnw6f99iacxjhk6zs6m"))))
(build-system haskell-build-system)
(properties '((upstream-name . "warp-tls")))
(inputs
(list ghc-cryptonite
ghc-data-default-class
@ -770,6 +791,7 @@ a WAI handler, via the native Haskell TLS implementation.")
(base32
"1b92a41l2var1ccg350mh2bjmb2plb6d79yzvmlwkd41nifmmi44"))))
(build-system haskell-build-system)
(properties '((upstream-name . "websockets")))
(inputs
(list ghc-attoparsec
ghc-base64-bytestring
@ -820,6 +842,7 @@ See also:
(base32
"0b2xmdsrsqpssyib53wbr6r8hf75789ndyyanv37sv99iyqcwz4i"))))
(build-system haskell-build-system)
(properties '((upstream-name . "wai-websockets")))
(inputs
(list ghc-wai ghc-case-insensitive ghc-network ghc-websockets
ghc-http-types))
@ -846,6 +869,7 @@ See also:
(base32
"1d72s3a6520iwwc1wbn9v2znqgbw6a5wwzb23iq8ny9ccnjyx1dk"))))
(build-system haskell-build-system)
(properties '((upstream-name . "xss-sanitize")))
(inputs
(list ghc-tagsoup ghc-utf8-string ghc-css-text ghc-network-uri))
(native-inputs
@ -872,6 +896,7 @@ attacks.")
(base32
"0ynd9f4hn2sfwqzbsa0y7phmxq8za7jiblpjwx0ry8b372zhgxaz"))))
(build-system haskell-build-system)
(properties '((upstream-name . "css-text")))
(inputs
(list ghc-attoparsec ghc-hspec ghc-quickcheck))
(home-page "https://www.yesodweb.com/")
@ -893,6 +918,7 @@ Haskell.")
(base32
"1lkipa4v73z3l5lqs6sdhl898iq41kyxv2jb9agsajzgd58l6cha"))))
(build-system haskell-build-system)
(properties '((upstream-name . "mime-types")))
(home-page "https://github.com/yesodweb/wai")
(synopsis "Basic MIME type handling types and functions")
(description
@ -914,6 +940,7 @@ Haskell.")
(base32
"0q9hmfii62kc82ijlg238fxrzxhsivn42x5wd6ffcr9xldg4jd8c"))))
(build-system haskell-build-system)
(properties '((upstream-name . "html")))
(home-page
"https://hackage.haskell.org/package/html")
(synopsis "HTML combinator library")
@ -936,6 +963,7 @@ documents.")
(base32
"09bwrdam3y47kqllgg6w098ghqb8jb10dp4wxirsvx5ddpx9zpi6"))))
(build-system haskell-build-system)
(properties '((upstream-name . "html-conduit")))
(inputs
(list ghc-resourcet
ghc-conduit
@ -970,6 +998,7 @@ entity decoding bugfixes applied.")
(base32
"0k1r1hddjgqighazcazxrx6xfhvy2gm8il8l82ainv3cai13yl30"))))
(build-system haskell-build-system)
(properties '((upstream-name . "blaze-html")))
(arguments
`(#:tests? #f ; TODO: Depends on quickcheck<2.14
#:cabal-revision
@ -999,6 +1028,7 @@ entity decoding bugfixes applied.")
(base32
"1s5z4bgb5150h6a4cjf5vh8dmyrn6ilh29gh05999v6jwd5w6q83"))))
(build-system haskell-build-system)
(properties '((upstream-name . "aeson")))
(arguments
`(#:tests? #f ; FIXME: testing libraries are missing.
#:cabal-revision
@ -1054,6 +1084,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
(base32
"021az9az6xik9c9s3rnar5fr1lgy2h3igibf5ixnc7ps3m2lzg2x"))))
(build-system haskell-build-system)
(properties '((upstream-name . "aeson-pretty")))
(inputs
(list ghc-aeson
ghc-base-compat
@ -1086,6 +1117,7 @@ essentially the opposite of pretty-printing.")
(base32
"0dpklq2xdhrkg1rdc7zfdjnzm6c3qxx2i1xskrqdxpqi84ffnlyh"))))
(build-system haskell-build-system)
(properties '((upstream-name . "aeson-qq")))
(inputs
(list ghc-base-compat
ghc-attoparsec
@ -1118,6 +1150,7 @@ of a JSON value into a @code{Data.Aeson.Value}.")
(base32
"09vkyrhwak3bmpfsqcd2az8hfqqkxyhg468hv5avgisy0nzh3w38"))))
(build-system haskell-build-system)
(properties '((upstream-name . "aeson-better-errors")))
(inputs
(list ghc-aeson
ghc-unordered-containers
@ -1151,6 +1184,7 @@ good error messages when parsing fails. See also
(base32
"0p6n4knxpjv70nbl6cmd6x7gkdjsjqp4ya7fz00bfrqp7jvhlivn"))))
(build-system haskell-build-system)
(properties '((upstream-name . "multipart")))
(inputs
(list ghc-stringsearch))
(home-page
@ -1175,6 +1209,7 @@ good error messages when parsing fails. See also
(base32
"0lj2h701af12539p957rw24bxr07mfqd5r4h52i42f43ax165767"))))
(build-system haskell-build-system)
(properties '((upstream-name . "uri-encode")))
(inputs
(list ghc-utf8-string ghc-network-uri))
(home-page "https://hackage.haskell.org/package/uri-encode")
@ -1196,6 +1231,7 @@ good error messages when parsing fails. See also
(base32
"0vx3sivcsld76058925hym2j6hm3g71f0qjr7v59f1g2afgx82q8"))))
(build-system haskell-build-system)
(properties '((upstream-name . "path-pieces")))
(native-inputs (list ghc-hunit ghc-hspec ghc-quickcheck))
(home-page "https://github.com/yesodweb/path-pieces")
(synopsis "Used in Yesod to automatically marshall data in the request path")
@ -1217,6 +1253,7 @@ Haskell data types to and from route pieces.")
(base32
"1jdqdk0rz2wnvw735clnj8jh0a9rkrbqjg7vk3w6wczdql6cm0pq"))))
(build-system haskell-build-system)
(properties '((upstream-name . "skein")))
(inputs (list ghc-cereal ghc-tagged ghc-crypto-api))
(native-inputs (list ghc-hspec))
(home-page "https://github.com/yesodweb/path-pieces")
@ -1243,6 +1280,7 @@ This Haskell package uses bindings to the optimized C implementation of Skein.")
(base32
"0s6h4ykj16mpf7nlw2iqn2ji0p8g1fn5ni0s7yqaili6vv2as5ar"))))
(build-system haskell-build-system)
(properties '((upstream-name . "clientsession")))
(inputs (list ghc-cereal
ghc-tagged
ghc-crypto-api
@ -1276,6 +1314,7 @@ avoid any issues with characters.")
(base32
"0wmh7ip318p89lyy6k5mvxkkpq43knp41wlq9iaf3icz0ahqdmb7"))))
(build-system haskell-build-system)
(properties '((upstream-name . "yesod-core")))
(inputs (list ghc-wai
ghc-extra
ghc-shakespeare
@ -1345,6 +1384,7 @@ functions, widgets, etc.")
(base32
"102xmp7n08sk1g5rv31jpln2v9kqf1zsqsnmi83mnhmgggcbj1k4"))))
(build-system haskell-build-system)
(properties '((upstream-name . "yesod-persistent")))
(arguments `(#:tests? #f)) ; FIXME: hspec-discover not available in PATH.
(inputs (list ghc-yesod-core
ghc-persistent
@ -1376,6 +1416,7 @@ from Yesod.")
(base32
"170gby381h5pg9njn908cyx2931yiv79x3rc5npg2rd74kif06vi"))))
(build-system haskell-build-system)
(properties '((upstream-name . "yesod-form")))
(inputs
(list ghc-yesod-core
ghc-yesod-persistent
@ -1417,6 +1458,7 @@ providing richtext field using Nic editor.")
(base32
"13r0ispprj41kgn2rkc7zhy1rxfmgpjbmdlnys15h0ihhh3zhw2f"))))
(build-system haskell-build-system)
(properties '((upstream-name . "yesod")))
(inputs
(list ghc-yesod-core
ghc-yesod-persistent
@ -1456,6 +1498,7 @@ whereas most of the core code lives in @code{ghc-yesod-core}.")
(base32
"0jm98jddbsd60jc2bz8wa71rslagbaqf00ia7fvfsaiaa54nk0r8"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hxt-charproperties")))
(home-page "https://github.com/UweSchmidt/hxt")
(synopsis "Character properties and classes for XML and Unicode")
(description
@ -1479,6 +1522,7 @@ supported Unicode version is 7.0.0")
(base32
"0rj48cy8z4fl3zpg5bpa458kqr83adav6jnqv4i71dclpprj6n3v"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hxt-unicode")))
(inputs
(list ghc-hxt-charproperties))
(home-page
@ -1506,6 +1550,7 @@ ignored.")
(base32
"0ynrf65m7abq2fjnarlwq6i1r99pl89npibxx05rlplcgpybrdmr"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hxt-regex-xmlschema")))
(inputs
(list ghc-hxt-charproperties ghc-hunit))
(home-page "https://wiki.haskell.org/Regular_expressions_for_XML_Schema")
@ -1531,6 +1576,7 @@ derivations of regular expressions.")
(base32
"1n9snbdl46x23ka7bbsls1vsn0plpmfmbpbl0msjfm92fkk2yq7g"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hxt")))
(outputs '("out" "static" "doc"))
(inputs
(list ghc-hxt-charproperties ghc-hxt-unicode ghc-hxt-regex-xmlschema
@ -1553,6 +1599,7 @@ introduces a more general approach for processing XML with Haskell.")
(base32
"0wlq9s01icalnvjkkilx5zaqp3ff4v5limj1xy8i18qpzjspqdsh"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hxt-xpath")))
(inputs (list ghc-hxt))
(home-page "https://github.com/UweSchmidt/hxt")
(synopsis "The XPath modules for HXT")
@ -1575,6 +1622,7 @@ from them. Some primitives have both a functional and an arrow interface.")
(base32
"1xpbnfac0fqa5r670ggwm4kq3cmz9jpaw9bx40j9w9qiw6xi4i28"))))
(build-system haskell-build-system)
(properties '((upstream-name . "http-common")))
(inputs
(list ghc-base64-bytestring
ghc-blaze-builder
@ -1604,6 +1652,7 @@ pipes-http re-export this package's types and functions.")
(base32
"03xdcb0v735xdrkjlm1w56mskh3x08cbsjrcd7wn4li65ixc20xa"))))
(build-system haskell-build-system)
(properties '((upstream-name . "http-streams")))
(inputs
(list ghc-attoparsec
ghc-base64-bytestring
@ -1640,6 +1689,7 @@ deal with the result.")
(base32
"0zxdhx4wk70bkn71574lyz3zhq79yy98rv05r4564rd100xw3fqs"))))
(build-system haskell-build-system)
(properties '((upstream-name . "snap-core")))
(arguments
`(#:tests? #f ; TODO: Fail to compile.
#:cabal-revision
@ -1691,6 +1741,7 @@ contains the core definitions and types for the Snap framework.")
(base32
"0w4yv9a5ilpma0335ariwap2iscmdbaaif88lq3cm7px910nyc4j"))))
(build-system haskell-build-system)
(properties '((upstream-name . "snap-server")))
(inputs
(list ghc-attoparsec
ghc-blaze-builder
@ -1744,6 +1795,7 @@ protocol.")
(base32
"16q68jzbs7kp07dnq8cprdcc8fd41rim38039vg0w4x11lgniq70"))))
(build-system haskell-build-system)
(properties '((upstream-name . "js-jquery")))
(arguments `(#:tests? #f)) ; tests do network IO
(home-page "https://github.com/ndmitchell/js-jquery")
(synopsis "Obtain minified jQuery code")
@ -1770,6 +1822,7 @@ users (e.g. Debian).")
(base32
"0yjyzqh3qzhy5h3nql1fckw0gcfb0f4wj9pm85nafpfqp2kg58hv"))))
(build-system haskell-build-system)
(properties '((upstream-name . "js-flot")))
(inputs
(list ghc-http))
(home-page "https://github.com/ndmitchell/js-flot")
@ -1796,6 +1849,7 @@ requirements of downstream users (e.g. Debian).")
(base32
"0nc5rnvrzl9m3pinmdq234m80qkf4jszbdqnd567f7lh09yiqw9n"))))
(build-system haskell-build-system)
(properties '((upstream-name . "happstack-server")))
(inputs
(list ghc-network
ghc-network-bsd
@ -1840,6 +1894,7 @@ cookies, serving files, and more.")
(base32
"0988snmx3bylpw3kcq8hsgji8idc6xcrcfp275qjv3apfdgc9rp0"))))
(build-system haskell-build-system)
(properties '((upstream-name . "sendfile")))
(inputs (list ghc-network))
(home-page
"https://hub.darcs.net/stepcut/sendfile")
@ -1862,6 +1917,7 @@ cookies, serving files, and more.")
(base32
"07mjff8aqwabx8yhq8bd7jpnarkkrjqss8h8s2wkfmfj808fllmf"))))
(build-system haskell-build-system)
(properties '((upstream-name . "scalpel-core")))
(inputs
(list ghc-data-default
ghc-fail
@ -1894,6 +1950,7 @@ non-Haskell dependencies.")
(base32
"04hhvk0yjxha3yg6n9fxivrz97hpjjiiblnj0bvs5myax1ggkjch"))))
(build-system haskell-build-system)
(properties '((upstream-name . "scalpel")))
(inputs
(list ghc-scalpel-core
ghc-case-insensitive
@ -1925,6 +1982,7 @@ declarative and monadic interface.")
(base32
"0kz8xpcd5syg5s4qa2qq8ylaxjhabj127w42may46vv6i0q1bf8a"))))
(build-system haskell-build-system)
(properties '((upstream-name . "sourcemap")))
(inputs
(list ghc-aeson ghc-unordered-containers ghc-attoparsec
ghc-utf8-string))
@ -1957,6 +2015,7 @@ proposed by Google and Mozilla here
(base32
"0s6igb54cxm2jywgc3sq53f52gcsc39wd3g78yisfzvl9jm3d86i"))))
(build-system haskell-build-system)
(properties '((upstream-name . "language-javascript")))
(inputs
(list ghc-blaze-builder ghc-utf8-string))
(native-inputs
@ -1984,6 +2043,7 @@ as frontend to hjsmin.")
(base32
"0wvygg3rdbxzrmr61a9w6ddv9pfric85ih8hnxyk0ydzn7i59abs"))))
(build-system haskell-build-system)
(properties '((upstream-name . "bower-json")))
(inputs
(list ghc-aeson ghc-aeson-better-errors ghc-scientific
ghc-transformers ghc-unordered-containers))
@ -2008,6 +2068,7 @@ Bower's package manifest file, bower.json.")
(sha256
(base32 "1isvi4fahq70lzxfz23as7qzkc01g7kba568l6flrgd0j1984fsy"))))
(build-system haskell-build-system)
(properties '((upstream-name . "DAV")))
(inputs
(list ghc-case-insensitive
ghc-data-default
@ -2044,6 +2105,7 @@ Authoring and Versioning (WebDAV) extensions to HTTP as well an executable,
(base32
"1xgy7dzhqjgllqcpyyxs0spdg6vlz2c1sjvni7w7qnsf0ckyw2l8"))))
(build-system haskell-build-system)
(properties '((upstream-name . "yesod-test")))
(inputs
(list ghc-hunit
ghc-aeson
@ -2090,6 +2152,7 @@ HTML responses using CSS selectors.")
(base32
"138gd5482psq0wbm8s1az672lksi7vbavq6ayiyjkliivf6xpry8"))))
(build-system haskell-build-system)
(properties '((upstream-name . "wai-app-static")))
(inputs
(list ghc-wai
ghc-http-types
@ -2132,6 +2195,7 @@ helper functions and datatypes for use outside of WAI.")
(base32
"1r2p5rjdjr25j3w4s57q5hxw2c3ymw12x7ms18yvglnq2ivr9fc1"))))
(build-system haskell-build-system)
(properties '((upstream-name . "hjsmin")))
(arguments
`(#:phases
(modify-phases %standard-phases
@ -2163,6 +2227,7 @@ syntactic elements, without changing the semantics.")
(base32
"18f5hm9ncvkzl8bkn39cg841z0k5iqs5w45afsyk9y6k98pjd54p"))))
(build-system haskell-build-system)
(properties '((upstream-name . "yesod-static")))
(inputs
(list ghc-async
ghc-attoparsec
@ -2206,6 +2271,7 @@ for the Yesod Web Framework.")
(base32
"1ifqgyc1ccig5angh5l1iq7vyms4lvi8wzvysg5dw82nml49n02m"))))
(build-system haskell-build-system)
(properties '((upstream-name . "wai-handler-launch")))
(inputs
(list ghc-wai ghc-warp ghc-http-types ghc-streaming-commons
ghc-async))
@ -2229,6 +2295,7 @@ server no longer receives pings, it shuts down.")
(base32
"10gv3jjlkcb13031frr818p56v2s0qf6dqjsfpwlhwdxdssvx5r5"))))
(build-system haskell-build-system)
(properties '((upstream-name . "wai-cors")))
(arguments
`(#:phases
(modify-phases %standard-phases
@ -2273,6 +2340,7 @@ aims to be compliant with @url{https://www.w3.org/TR/cors}.")
(sha256
(base32 "0w3dmwk03j4n01xkiq8m4sqa27bskh239mpw7m4ihjmkxqcwc5gl"))))
(build-system haskell-build-system)
(properties '((upstream-name . "network-run")))
(inputs (list ghc-network))
(home-page "https://hackage.haskell.org/package/network-run")
(synopsis "Simple network runner library")

File diff suppressed because it is too large Load Diff

View File

@ -45,6 +45,7 @@
(sha256
(base32 "06f318hdah076vkviw1ryyg2p0gpbabsp8lbm5x03f2qv92n9j1n"))))
(build-system haskell-build-system)
(properties '((upstream-name . "purescript")))
(inputs
(list ghc-glob
ghc-aeson
@ -141,6 +142,7 @@ expressive types, inspired by Haskell and compiling to JavaScript.")
(sha256
(base32 "0r3f5lr9lrv9wpgkwj6nyl42lvxryj2lvr1w7ld4gki8ylq24n8g"))))
(build-system haskell-build-system)
(properties '((upstream-name . "purescript-cst")))
(arguments
`(#:phases
(modify-phases %standard-phases

View File

@ -816,6 +816,7 @@ manager and a system tray.")
"04qspdz9w6xpw1npcmx2zx0595wc68q985pv4i0hvp32zillvdqy"))
(patches (search-patches "xmonad-next-dynamic-linking.patch"))))
(build-system haskell-build-system)
(properties '((upstream-name . "xmonad")))
(inputs (list ghc-data-default-class ghc-setlocale ghc-x11))
(native-inputs (list ghc-quickcheck ghc-quickcheck-classes))
(arguments
@ -885,6 +886,7 @@ tiled on several screens.")
(base32
"0gdphjn5ll5lkb2psdsb34563wsz6g0y2gg3z8cj4jy8lvbbv808"))))
(build-system haskell-build-system)
(properties '((upstream-name . "xmobar")))
(native-inputs
(list ghc-hspec hspec-discover))
(inputs
@ -958,6 +960,7 @@ particular, it displays commonly-chosen options before uncommon ones.")
(sha256
(base32 "11g1cyfgfvcmz35qhgi9wzxrk3br8m8b7qy3jvph4nnf6aj13wvy"))))
(build-system haskell-build-system)
(properties '((upstream-name . "xmonad-contrib")))
(propagated-inputs (list ghc-random ghc-x11 ghc-utf8-string ghc-x11-xft xmonad-next))
(native-inputs (list ghc-quickcheck ghc-hspec))
(home-page "https://xmonad.org")