rekahsoft-gnu: Remove repeated native-inputs in ghc-vty

This commit is contained in:
Collin J. Doering 2022-07-29 00:06:37 -04:00
parent f7db8d53d7
commit 9e76bef6e5
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 4 additions and 37 deletions

View File

@ -53,49 +53,16 @@
("ghc-vector" ,ghc-vector) ("ghc-vector" ,ghc-vector)
("ghc-ansi-terminal" ,ghc-ansi-terminal))) ("ghc-ansi-terminal" ,ghc-ansi-terminal)))
(native-inputs (native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck) `(("ghc-hunit" ,ghc-hunit)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck) ("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-random" ,ghc-random)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-smallcheck" ,ghc-smallcheck)
("ghc-quickcheck-assertions" ,ghc-quickcheck-assertions) ("ghc-quickcheck-assertions" ,ghc-quickcheck-assertions)
("ghc-test-framework" ,ghc-test-framework)
("ghc-test-framework-smallcheck" ,ghc-test-framework-smallcheck)
("ghc-random" ,ghc-random) ("ghc-random" ,ghc-random)
("ghc-hunit" ,ghc-hunit)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-smallcheck" ,ghc-smallcheck) ("ghc-smallcheck" ,ghc-smallcheck)
("ghc-quickcheck-assertions" ,ghc-quickcheck-assertions) ("ghc-string-qq" ,ghc-string-qq)
("ghc-test-framework" ,ghc-test-framework) ("ghc-test-framework" ,ghc-test-framework)
("ghc-test-framework-smallcheck" ,ghc-test-framework-smallcheck)
("ghc-test-framework-hunit" ,ghc-test-framework-hunit) ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
("ghc-random" ,ghc-random) ("ghc-test-framework-smallcheck" ,ghc-test-framework-smallcheck)
("ghc-string-qq" ,ghc-string-qq))) ("ghc-test-framework-smallcheck" ,ghc-test-framework-smallcheck)))
(arguments (arguments
`(#:cabal-revision `(#:cabal-revision
("1" "1in66nd2xkb6mxxzazny900pz1xj83iqsql42c0rwk72chnnb8cd"))) ("1" "1in66nd2xkb6mxxzazny900pz1xj83iqsql42c0rwk72chnnb8cd")))