Ricardo Wurmus
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								ac257f127a
								
							
						 | 
						
							
							
								
								gnu: Move testing packages from python.scm to check.scm.
							
							
							
							
							
							
							
							* gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api,
python-mock, python2-mock, python-mock-2, python-nose, python2-nose,
python-nose2, python2-nose2, python-unittest2, python2-unittest2,
python-pytest, python2-pytest, python-pytest-3.0, python2-pytest-3.0,
python-pytest-cov, python2-pytest-cov, python-pytest-runner,
python2-pytest-runner, python-pytest-mock, python2-pytest-mock,
python-pytest-xdist, python2-pytest-xdist, python-scripttest,
python2-scripttest, python-testtools, python2-testtools, python-testscenarios,
python2-testscenarios, python-testresources, python2-testresources,
python-subunit, python2-subunit, python-fixtures, python2-fixtures,
python-testrepository, python2-testrepository, python-coverage,
python2-coverage, python-cov-core, python2-cov-core, python-testpath,
python2-testpath, python-testlib, python2-testlib, python-pytest-cache,
python2-pytest-cache, python-pytest-localserver, python-pytest-xprocess,
python-pytest-subtesthack, python2-pytest-subtesthack, python-hypothesis,
python2-hypothesis, python-lit, python2-lit, python-pytest-pep8,
python2-pytest-pep8, python-pytest-flakes, python2-pytest-flakes,
python2-coverage-test-runner, python-pylint, python2-pylint,
python-paramunittest, python2-python-paramunittest, python-pytest-warnings,
python2-pytest-warnings, python-pytest-capturelog, python2-pytest-capturelog,
python-pytest-catchlog, python2-pytest-catchlog, python-nosexcover,
python2-nosexcover, python-discover, python2-discover, behave, python-rednose,
python2-rednose, python-nose-randomly, python2-nose-randomly,
python-nose-timer, python2-nose-timer): Move from here...
* gnu/packages/check.scm: ...to here.
* gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/backup.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/calendar.scm,
gnu/packages/dav.scm,
gnu/packages/django.scm,
gnu/packages/freedesktop.scm,
gnu/packages/haskell.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/ldc.scm,
gnu/packages/libffi.scm,
gnu/packages/mail.scm,
gnu/packages/mpd.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/rdf.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm: Adjust accordingly. 
							
						 | 
						
							2017-11-17 22:36:26 +01:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ricardo Wurmus
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								587d175266
								
							
						 | 
						
							
							
								
								gnu: ghc-tls: Move to (gnu packages tls).
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-tls): Move from here...
* gnu/packages/tls.scm (ghc-tls): ...to here.
* gnu/packages/haskell-web.scm: Use (gnu packages tls). 
							
						 | 
						
							2017-11-13 18:40:55 +01:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ricardo Wurmus
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								f24eba89f4
								
							
						 | 
						
							
							
								
								gnu: Move crypto packages from haskell to haskell-crypto.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-asn1-types, ghc-asn1-encoding, ghc-asn1-parse,
ghc-crypto-api, ghc-crypto-api-tests, ghc-cryptohash, ghc-cryptohash-md5,
ghc-cryptohash-sha1, ghc-cryptonite, ghc-digest, ghc-entropy, ghc-pem,
ghc-puremd5, ghc-sha, ghc-x509, ghc-x509-store, ghc-x509-validation,
ghc-x509-system): Move variables to ...
* gnu/packages/haskell-crypto.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/haskell.scm,
gnu/packages/haskell-web.scm,
gnu/packages/version-control.scm: Include haskell-crypto module. 
							
						 | 
						
							2017-11-13 18:36:51 +01:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ricardo Wurmus
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								44b7374a22
								
							
						 | 
						
							
							
								
								gnu: Move web packages from haskell to haskell-web.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-tagsoup, ghc-cookie, ghc-http-types, ghc-http,
ghc-http-client, ghc-http-client-tls, ghc-http-date, ghc-http2,
ghc-http-conduit, ghc-wai, ghc-wai-logger, ghc-wai-extra, ghc-wai-conduit,
ghc-warp, ghc-warp-tls, ghc-xss-sanitize, ghc-css-text, ghc-mime-types,
ghc-html, ghc-xhtml, ghc-blaze-html, ghc-aeson, ghc-aeson-pretty,
ghc-aeson-qq, ghc-multipart): Move variables to ...
* gnu/packages/haskell-web.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/haskell.scm,
gnu/packages/idris.scm,
gnu/packages/version-control.scm,
gnu/packages/wm.scm: Include haskell-web module. 
							
						 | 
						
							2017-11-13 18:12:37 +01:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ricardo Wurmus
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								a06b9b5007
								
							
						 | 
						
							
							
								
								gnu: Move testing packages from haskell to haskell-check.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-clock-bootstrap, ghc-tasty-ant-xml,
ghc-tasty-smallcheck, ghc-tasty-quickcheck, ghc-tasty-golden, ghc-tasty,
ghc-tasty-hunit, ghc-tasty-kat, ghc-tasty-th, ghc-tasty-rerun,
ghc-quickcheck-instances, ghc-quickcheck-unicode, ghc-quickcheck-io,
ghc-quickcheck, ghc-test-framework, ghc-test-framework-hunit,
ghc-test-framework-quickcheck2, ghc-test-framework-th, ghc-hunit,
hspec-discover, ghc-hspec-core, ghc-hspec-meta, ghc-hspec, ghc-hspec-contrib,
ghc-hspec-expectations): Move variables to ...
* gnu/packages/haskell-check.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/haskell.scm,
gnu/packages/idris.scm,
gnu/packages/version-control.scm,
gnu/packages/wm.scm: Include haskell-check module. 
							
						 | 
						
							2017-11-13 18:12:27 +01:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								3a784700cd
								
							
						 | 
						
							
							
								
								gnu: Add ghc-aws.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-aws): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:19 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								95fb25bf59
								
							
						 | 
						
							
							
								
								gnu: Add ghc-conduit-combinators.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-condui-combinators): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:18 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								463c39c339
								
							
						 | 
						
							
							
								
								gnu: ghc-conduit: Fix lint error.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-conduit)[description]: Fix lint error.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:18 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								7bc18f412b
								
							
						 | 
						
							
							
								
								gnu: ghc-conduit: Update to 1.2.12.1.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-conduit): Update to 1.2.12.1.
[native-inputs]: Add "ghc-split".
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:18 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								ed4cc0c5e9
								
							
						 | 
						
							
							
								
								gnu: Add ghc-mono-traversable.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-mono-traversable): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:18 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								f6094850d0
								
							
						 | 
						
							
							
								
								gnu: Add ghc-foldl.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-foldl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:18 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								1896a2526d
								
							
						 | 
						
							
							
								
								gnu: Add ghc-vector-builder.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-vector-builder): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:18 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								33109c822a
								
							
						 | 
						
							
							
								
								gnu: Add ghc-rebase.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-rebase): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:18 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								24535a3d00
								
							
						 | 
						
							
							
								
								gnu: Add ghc-uuid.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-uuid): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:17 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								b999b0092e
								
							
						 | 
						
							
							
								
								gnu: Add ghc-uuid-types.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-uuid-types): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:17 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								6eda263586
								
							
						 | 
						
							
							
								
								gnu: Add ghc-network-info.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-network-info): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:17 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								0119f17f5d
								
							
						 | 
						
							
							
								
								gnu: Add ghc-cryptohash-sha1.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-cryptohash-sha1): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:17 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								caac21006d
								
							
						 | 
						
							
							
								
								gnu: Add ghc-cryptohash-md5.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-cryptohash-md5): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:17 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								8155778f52
								
							
						 | 
						
							
							
								
								gnu: Add ghc-puremd5
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-puremd5): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:17 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								f78ed5d56f
								
							
						 | 
						
							
							
								
								gnu: Add ghc-pretty-hex.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-pretty-hex): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:17 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								83c79ea0f8
								
							
						 | 
						
							
							
								
								gnu: Add ghc-crypto-api-tests.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-crypto-api-tests): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:16 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								e2f6116e78
								
							
						 | 
						
							
							
								
								gnu: Add ghc-crypto-api.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-crypto-api): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:16 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								933e78045d
								
							
						 | 
						
							
							
								
								gnu: Add ghc-entropy.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-entropy): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:16 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								16d4125e90
								
							
						 | 
						
							
							
								
								gnu: Add ghc-either.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-either): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:16 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								87129984ca
								
							
						 | 
						
							
							
								
								gnu: Add ghc-monadrandom.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-monadrandom): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:16 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								4562c8c894
								
							
						 | 
						
							
							
								
								gnu: Add ghc-contravariant-extras.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-contravariant-extras): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:16 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								e329bacb85
								
							
						 | 
						
							
							
								
								gnu: Add ghc-tuple-th.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-tuple-th): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:16 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								ac4cb8fd7a
								
							
						 | 
						
							
							
								
								gnu: Add ghc-base-prelude.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-base-prelude): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:16 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								371ad40c84
								
							
						 | 
						
							
							
								
								gnu: Add ghc-chunked-data.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-chunked-data): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:15 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								0c7172848e
								
							
						 | 
						
							
							
								
								gnu: Add ghc-statistics.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-statistics): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:15 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								8184b0f98c
								
							
						 | 
						
							
							
								
								gnu: ghc-base-orphans: Update to 0.6.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-base-orphans): Update to 0.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:15 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								608bf276d7
								
							
						 | 
						
							
							
								
								gnu: Add ghc-monad-par.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-monad-par): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:15 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								f978e2ac20
								
							
						 | 
						
							
							
								
								gnu: Add ghc-abstract-deque.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-abstract-deque): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:15 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								59551881b1
								
							
						 | 
						
							
							
								
								gnu: Add ghc-monad-par-extras.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-monad-par-extras): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:15 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								97b26920a8
								
							
						 | 
						
							
							
								
								gnu: Add ghc-abstract-par.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-abstract-par): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:15 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								e0195ea875
								
							
						 | 
						
							
							
								
								gnu: Add ghc-test-framework-th.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-test-framework-th): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:14 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								897d4f2820
								
							
						 | 
						
							
							
								
								gnu: Add ghc-language-haskell-extract.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm
(ghc-language-haskell-extract): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:14 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								30aede1b6f
								
							
						 | 
						
							
							
								
								gnu: Add ghc-vector-algorithms.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-vector-algorithms): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:14 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								1a2a247bce
								
							
						 | 
						
							
							
								
								gnu: Add ghc-mwc-random.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-mwc-random): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:14 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								a51ba89774
								
							
						 | 
						
							
							
								
								gnu: Add ghc-math-functions.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-math-functions): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:14 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								bdd7e3950f
								
							
						 | 
						
							
							
								
								gnu: Add ghc-erf.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-erf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:14 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								c1274a0b79
								
							
						 | 
						
							
							
								
								gnu: Add ghc-vector-th-unbox.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-vector-th-unbox): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:14 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									rsiddharth
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								78d8b8f36a
								
							
						 | 
						
							
							
								
								gnu: Add ghc-errors.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-errors): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-22 15:32:13 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									ng0
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								49d3d1d937
								
							
						 | 
						
							
							
								
								gnu: shellcheck: Update to 0.4.6.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (shellcheck): Update to 0.4.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 | 
						
							2017-10-20 14:41:41 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ricardo Wurmus
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								95e654ae63
								
							
						 | 
						
							
							
								
								gnu: Add cl-yale-haskell.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (cl-yale-haskell): New variable. 
							
						 | 
						
							2017-09-24 08:49:27 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Alex Vong
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								af4db693db
								
							
						 | 
						
							
							
								
								gnu: Add ghc-gitrev.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-gitrev): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 | 
						
							2017-08-16 17:07:39 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Alex Vong
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								e0ca14c7a8
								
							
						 | 
						
							
							
								
								gnu: Add ghc-geniplate-mirror.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-geniplate-mirror): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 | 
						
							2017-08-16 17:07:39 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Alex Vong
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								298af2a8da
								
							
						 | 
						
							
							
								
								gnu: Add ghc-monadplus.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-monadplus): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 | 
						
							2017-08-16 17:07:39 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Alex Vong
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								005a08e3dc
								
							
						 | 
						
							
							
								
								gnu: Add ghc-fail.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-fail): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 | 
						
							2017-08-16 17:07:39 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Alex Vong
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								1eced2a7a8
								
							
						 | 
						
							
							
								
								gnu: Add ghc-edisoncore.
							
							
							
							
							
							
							
							* gnu/packages/haskell.scm (ghc-edisoncore): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 | 
						
							2017-08-16 17:07:39 +02:00 | 
						
						
							
							
							
								
							
							
						 |