Michael Snoyman
71228518a8
Better bad version output
2012-12-09 19:14:31 +02:00
Michael Snoyman
a609f1fc0c
Check for version conflicts ourselves.
...
This was done by cabal-install previously. But doing it ourselves, we gain a
few things:
* Found out about problems faster.
* Get a complete list of problems, including tests.
* Much more user-friendly output.
2012-12-09 18:58:05 +02:00
Michael Snoyman
42621ab17a
Account for some temporary issues
2012-12-09 18:31:23 +02:00
Michael Snoyman
5bf95a2f95
Pass in extra build arguments for build tools
2012-12-05 15:51:45 +02:00
Michael Snoyman
3199abe456
Temporary upper bound on test-framework ( #19 )
2012-12-05 14:11:57 +02:00
Michael Snoyman
7ef87bbd32
Skip building some core build tools
2012-12-05 14:11:57 +02:00
Michael Snoyman
ddd44dbb0e
Stylish Haskell
2012-12-05 14:11:57 +02:00
Michael Snoyman
594c88e0a8
Install and use build tools first
2012-12-05 14:11:56 +02:00
Jens Petersen
2ba9a9f487
Update Stackage/CheckPlan.hs
...
fix typo of mismatches
2012-12-05 15:33:31 +09:00
Michael Snoyman
7f2d4132e0
Merge branch 'master' of https://github.com/sol/stackage
...
Conflicts:
Stackage/Config.hs
2012-12-04 14:30:33 +02:00
Simon Hengel
9b9423914e
Add some of my packages
2012-12-04 12:27:39 +01:00
Michael Snoyman
4de7dfdc8d
Merge branch 'master' of https://github.com/ekmett/stackage
...
Conflicts:
Stackage/Config.hs
2012-12-04 11:58:28 +02:00
Edward Kmett
619dc50bfb
Added more of my packages
2012-12-04 04:05:52 -05:00
Michael Snoyman
c92ef8da6c
Merge branch 'master' of https://github.com/BartMassey/stackage
2012-12-04 09:50:49 +02:00
Michael Snoyman
2534579566
Set GHC_PACKAGE_PATH when calling cabal test ( #13 )
2012-12-04 09:49:38 +02:00
Bart Massey
f5cb3738ce
added parseargs to packages
2012-12-03 23:30:06 -08:00
Michael Snoyman
e453fed90c
Provide --exclude option ( #7 )
2012-12-03 10:57:12 +02:00
Michael Snoyman
a549ecbdc2
Include Win32 in extra-core
2012-12-03 07:18:08 +02:00
Michael Snoyman
b4c870e973
Added lens
2012-12-03 07:10:24 +02:00
Michael Snoyman
d5f456ef02
Merge branch 'master' of https://github.com/skogsbaer/stackage
2012-12-03 07:08:53 +02:00
Stefan Wehr
f9391c040b
Option "--no-clean" for the build command
2012-12-02 22:13:55 +01:00
Stefan Wehr
7cb16ddf84
Added my packages HTF, hscurses, xmlgen, and stm-stats
...
The HTF package require ./sandbox/bin to be in the PATH (HTF uses
the OPTIONS_GHC pragma to invoke cpphs with custom commandline
options).
2012-12-02 22:11:29 +01:00
Michael Snoyman
08bb109e9e
PACKAGE_SANDBOX to HASKELL_PACKAGE_SANDBOX ( sol/doctest-haskell#39 )
2012-12-02 08:18:29 +02:00
Michael Snoyman
ec8592466f
Some tests now pass ( #3 )
2012-12-01 22:52:44 +02:00
Michael Snoyman
d0a3f81a0a
Set PACKAGE_SANDBOX #3
2012-11-29 19:21:52 +02:00
Michael Snoyman
3e92805a50
Better HP control
2012-11-29 18:42:05 +02:00
Michael Snoyman
0aabb5906c
Pass in a few more arguments
2012-11-29 18:13:17 +02:00
Michael Snoyman
ac709e93b4
BuildSettings
2012-11-29 16:37:04 +02:00
Michael Snoyman
ecc9cebbd6
Still build docs when no test suites available
2012-11-29 15:57:41 +02:00
Michael Snoyman
a0d0948dea
No more cabal-dev usage
2012-11-29 15:32:11 +02:00
Michael Snoyman
fd62aee254
Cleaner test running
2012-11-29 13:35:17 +02:00
Michael Snoyman
d7ccf7406d
Print build plan with maintainers
2012-11-26 16:02:20 +02:00
Michael Snoyman
1ae93324d3
Skip building test suites when they are not available
2012-11-26 14:44:33 +02:00
Michael Snoyman
6eb18c270c
Some expected failures
2012-11-26 14:43:43 +02:00
Michael Snoyman
38a2e6b1c2
Added some more output
2012-11-26 14:43:10 +02:00
Michael Snoyman
aaf46e27fe
hspec-expectations no longer fails
2012-11-26 11:19:39 +02:00
Michael Snoyman
cc26f37141
Add cabal-dev/bin to PATH
2012-11-26 11:19:39 +02:00
Michael Snoyman
48c9d56a73
Ignore pre-installed HP packages
2012-11-26 10:10:48 +02:00
Michael Snoyman
3336356fd0
Merge pull request #2 from aslatter/master
...
Add uuid & byteorder
2012-11-25 23:34:42 -08:00
Michael Snoyman
a4dd7d5c08
Point to build.log on error ( #1 )
2012-11-26 09:33:23 +02:00
Antoine Latter
d59af6f05c
Add 'uuid' and 'byteorder'
2012-11-25 18:33:34 -06:00
Michael Snoyman
ad58f04d72
Added Jasper's packages.
2012-11-25 13:24:32 +02:00
Michael Snoyman
f3f9f8a765
Added Alan's packages.
2012-11-25 12:17:49 +02:00
Michael Snoyman
8ab54e67ac
tar 0.3 support without CPP
2012-11-25 08:59:59 +02:00
Michael Snoyman
5697fdd417
tar 0.3
2012-11-25 08:49:26 +02:00
Michael Snoyman
9d74f661de
Added some of Neil's packages
2012-11-25 08:29:48 +02:00
Michael Snoyman
a2a08189a6
Only print failure message if unexpected
2012-11-24 18:45:12 +02:00
Michael Snoyman
0a8e98e821
Added more packages
2012-11-24 18:44:46 +02:00
Michael Snoyman
91b1f3b76c
Removed some no-longer-needed transient deps
2012-11-23 11:11:28 +02:00
Michael Snoyman
1833de64b8
Basic dep tree display
2012-11-23 11:07:57 +02:00