Commit Graph

1764 Commits

Author SHA1 Message Date
Michael Snoyman
df792c52df Fix download URL 2015-03-22 19:21:24 +02:00
Michael Snoyman
33295bc258 Merge pull request #486 from massysett/master
Remove quickpull and barecheck
2015-03-22 18:14:08 +02:00
Omari Norman
717c7bdfb4 Remove quickpull and barecheck
It's not worth upgrading these to support QuickCheck 2.8, as I no
longer use these packages.  I have removed the dependencies on these
packages from my packages; no other Stackage packages depended on
them.

These packages were intended to solve two evils that often arise
during testing (orphan instances and Template Haskell); however, I
have reluctantly concluded that those evils are the lesser of other
evils so these packages are no longer needed.
2015-03-22 11:56:04 -04:00
Michael Snoyman
e643ebb186 Fix download path 2015-03-22 16:42:34 +02:00
Michael Snoyman
03c7e12304 Add back Docker stuff 2015-03-22 16:26:10 +02:00
Michael Snoyman
db6cc51b06 Use prebuilt stackage-curator executable 2015-03-22 16:23:35 +02:00
Michael Snoyman
f885628919 Add another badge 2015-03-22 15:25:23 +02:00
Michael Snoyman
5bdd6de1b0 Add some Travis badges 2015-03-22 15:23:40 +02:00
Michael Snoyman
827cc6e5be Docker no longer available 2015-03-22 14:50:21 +02:00
Michael Snoyman
98075e03c7 Add stackage-types 2015-03-22 14:27:00 +02:00
Michael Snoyman
1891c1bfa7 Separate out stackage-curator 2015-03-22 13:25:31 +02:00
Michael Snoyman
8f95d1879c Remove upper bounds and close #484 2015-03-22 12:58:07 +02:00
Michael Snoyman
5dd8ca466c Upper bound for #485 2015-03-22 12:35:33 +02:00
Michael Snoyman
452687cd61 Upper bound for #484 2015-03-22 09:28:48 +02:00
Michael Snoyman
2b3e44bbff Upper bound for #483 2015-03-20 08:02:42 +02:00
Michael Snoyman
a54f2711c5 Disable doctest for jose-jwt 2015-03-19 19:11:58 +02:00
Michael Snoyman
38fd5a2b4a Expected test failure jose-jwt #482 2015-03-19 17:58:42 +02:00
Michael Snoyman
edef23f412 Merge pull request #482 from tekul/master
Add jose-jwt library to build-constraints.yml
2015-03-19 17:21:47 +02:00
___
e8304baaf9 Add jose-jwt library 2015-03-19 14:34:41 +00:00
Michael Snoyman
653accd9dc Merge pull request #480 from mgsloan/executable-hash
Add executable-hash
2015-03-19 09:23:00 +02:00
Michael Sloan
c71cbd72de Add executable-hash 2015-03-19 00:08:56 -07:00
Michael Snoyman
08c674509f Another upper bound on #440 2015-03-19 07:55:57 +02:00
Michael Snoyman
baf7dca591 Upper bound for #479 2015-03-19 07:51:42 +02:00
Michael Snoyman
076c477905 skip-hoogle options 2015-03-18 15:46:07 +02:00
Michael Snoyman
d0138fae7a V2 upload by default, --server-url option when building 2015-03-18 15:17:03 +02:00
Michael Snoyman
52580761e7 Upper bound for ekmett/linear#70 2015-03-18 12:22:37 +02:00
Michael Snoyman
b7a582c18c Remove upper bounds and close #478 2015-03-18 12:00:23 +02:00
Michael Snoyman
956060c5d3 Version bump 2015-03-18 11:13:47 +02:00
Michael Snoyman
1c71e419b1 Fix haddocks 2015-03-18 10:56:51 +02:00
Michael Snoyman
ffb705f874 Merge branch 'new-upload'
Conflicts:
	build-constraints.yaml
2015-03-18 10:55:18 +02:00
Michael Snoyman
03ac82de68 Upper bound for #478 2015-03-18 08:38:07 +02:00
Michael Snoyman
705c6b28a7 Extra #440 upper bound 2015-03-18 08:37:57 +02:00
Michael Snoyman
0d7e1e421d Merge pull request #477 from acfoltzer/patch-1
Add gitrev
2015-03-18 07:41:08 +02:00
Adam C. Foltzer
56e1afd3e6 Add gitrev
Hey, I've been using stackage for months now, might as well start contributing ;)
2015-03-17 15:46:49 -07:00
Michael Snoyman
b872245bb5 Upper bound for #476 2015-03-17 10:37:41 +02:00
Michael Snoyman
ca22965695 Upper bound for #476 2015-03-17 10:37:27 +02:00
Michael Snoyman
923d655e09 Provide options for v2 uploads 2015-03-16 17:17:45 +02:00
Michael Snoyman
43639bd6c5 Remove some expected failures c/o @chrisdone 2015-03-16 12:33:29 +02:00
Michael Snoyman
fb1d2607bc Get rid of superfluous quotes 2015-03-15 19:15:57 +02:00
Michael Snoyman
7dfde3ba49 Generate v2 bundle during complete build 2015-03-15 18:51:55 +02:00
Michael Snoyman
c3d3821b87 Merge branch 'master' into new-upload 2015-03-15 18:32:36 +02:00
Michael Snoyman
e80a8d0acf Only create log files when needed
Did this for two reasons:

1. Easier to read incremental output this way
2. I believe that, with incremental builds, we were running out of file
descriptors in some cases due to so rapidly plowing through all of the
packages. I'm not certain this was the source of the errors I was
seeing, but given (1), it made sense to try this first.
2015-03-15 15:46:58 +02:00
Michael Snoyman
2aa6ecc968 Merge branch 'incremental' 2015-03-15 15:31:06 +02:00
Michael Snoyman
eef9c14d24 Delete libraries when unregistering
Pinging @manny-fp
2015-03-15 15:29:49 +02:00
Michael Snoyman
8f74bbee49 Delete previous results when unregistering
Previously, package install status was determined by checking the
package database. However, this didn't work for executables, so I
switched it to keep explicit track of build results. I forgot to then
clear those results when unregistering a package.

Pinging @manny-fp @chrisdone
2015-03-14 20:48:02 +02:00
Michael Snoyman
51f3aa1d10 Merge branch 'incremental' into new-upload
Conflicts:
	ChangeLog.md
	stackage.cabal
2015-03-13 14:45:55 +02:00
Michael Snoyman
d625c4747b Expect Haddock failure: gtk 2015-03-13 12:33:07 +02:00
Michael Snoyman
e404fd2178 Merge branch 'master' into incremental 2015-03-13 11:21:08 +02:00
Michael Snoyman
19a64410d2 Add expected test failure network-anonymous-i2p 2015-03-13 11:20:52 +02:00
Michael Snoyman
9598bf9a3c Merge branch 'master' into incremental 2015-03-13 08:52:42 +02:00