Michael Snoyman
8c4dfd2e84
Upload cabal-loader-stackage as well
2015-04-02 11:09:41 +03:00
Michael Snoyman
ada16de0ce
Bump to LTS 2.0 (no breakage!)
2015-04-02 11:07:59 +03:00
Michael Snoyman
6bac842472
Support for --summary (pinging @DanBurton)
2015-04-01 16:59:58 +03:00
Michael Snoyman
30b6d57f5c
Auto-refresh content
2015-04-01 08:02:56 +03:00
Michael Snoyman
dd375bbbc1
Revert "Updated raw bundle URL"
...
This reverts commit d6ccfc04b9 .
2015-03-30 13:21:13 +03:00
Michael Snoyman
5d5b9448ec
Revert "Typo"
...
This reverts commit 027b562aa3 .
2015-03-30 13:21:04 +03:00
Michael Snoyman
027b562aa3
Typo
2015-03-30 12:23:12 +03:00
Michael Snoyman
d6ccfc04b9
Updated raw bundle URL
2015-03-30 12:15:30 +03:00
Michael Snoyman
4ec9caab59
LTS update, warning cleanup
2015-03-26 18:50:38 +02:00
Michael Snoyman
55880e0f15
Treat package list instead as a set
2015-03-26 17:57:28 +02:00
Michael Snoyman
d69497ebf9
Workaround for missing HOME variable
2015-03-26 17:43:21 +02:00
Michael Snoyman
a3d679f2a3
Add BuildPlanR
2015-03-26 17:34:58 +02:00
Michael Snoyman
90d5913f86
Fix broken link from previous commit
2015-03-26 14:28:14 +02:00
Michael Snoyman
ea17b80243
Much simply (and working) approach for the static file fix
2015-03-26 14:16:54 +02:00
Michael Snoyman
fafc236c43
Custom joinPath to deal with https on static resources
2015-03-26 13:21:58 +02:00
Michael Snoyman
028cdaf6ab
Absolute URL for sitemap
2015-03-26 13:00:22 +02:00
Michael Snoyman
da1b63ba9b
More error information when Haddock unpacking fails
2015-03-25 15:31:33 +02:00
Chris Done
55a5107657
Merge pull request #84 from fpco/sitemap
...
Add sitemap #20
2015-03-24 19:30:21 +01:00
Dan Burton
374d3733c0
Add sitemap to robots.txt
2015-03-23 14:40:28 -07:00
Dan Burton
ad091514a7
sitemap now streams from the database
2015-03-23 14:35:54 -07:00
Dan Burton
980cf46690
Add sitemap #20
2015-03-23 12:02:05 -07:00
Michael Snoyman
7385dd16b6
Fix typo
2015-03-22 17:15:36 +02:00
Michael Snoyman
abe270c1ea
Try to overcome memory issues on Travis
2015-03-22 16:46:38 +02:00
Michael Snoyman
8b27ad835a
Install yesod-bin
2015-03-22 16:30:10 +02:00
Michael Snoyman
e9aec442e9
stackage-types, simpler travis
2015-03-22 16:16:28 +02:00
Michael Snoyman
ed0d2a8c49
Remove scriptlet
2015-03-22 15:16:21 +02:00
Michael Snoyman
495b5a9576
Try single threaded build to avoid memory exhaustion
2015-03-22 15:15:27 +02:00
Michael Snoyman
749a2d9533
More deploy tweaks
2015-03-22 15:12:19 +02:00
Michael Snoyman
9592ef47d7
Attempt an S3 deployment
2015-03-22 14:55:58 +02:00
Michael Snoyman
ec57908a63
Fix a build failure
...
Pinging @DanBurton @chrisdone
2015-03-19 13:45:32 +02:00
Michael Snoyman
706a977e19
Fix upload v2 core packages fpco/stackage#481
...
Simple fix: was only adding packages from the build plan, not from the
core libraries list. Most of the annoyance in the patch is just dealing
with the multiple PackageName and Version types.
2015-03-19 13:42:31 +02:00
Dan Burton
5c3e4adf10
cabal.config links should always be http; cabal doesn't support https. #83
2015-03-18 14:28:18 -07:00
Dan Burton
9112ac4440
Small step towards accommodating https, see #83
2015-03-18 13:06:53 -07:00
Dan Burton
980aa4c484
Use persistent count instead of esqueleto countRows, as suggested by @chrisdone.
2015-03-18 11:10:39 -07:00
Dan Burton
54198b5560
Fix footer alignment on mobile #74
2015-03-18 09:58:09 -07:00
Dan Burton
3c6a2c7516
With tracking code given in #76
2015-03-18 09:38:37 -07:00
Dan Burton
44df030334
Add google analytics #76
2015-03-18 09:36:59 -07:00
Dan Burton
450ec9562a
Add a .container over the widget in defaultLayout
2015-03-18 13:59:19 +01:00
Michael Snoyman
fd89710c69
Better support for pre-existing snapshots
2015-03-18 13:00:58 +02:00
Michael Snoyman
caebdbd30c
Fix bound on stackage package
2015-03-18 10:56:18 +02:00
Michael Snoyman
67a04a6803
Install alex and happy
2015-03-18 10:42:09 +02:00
Michael Snoyman
500835c960
README improvements
2015-03-18 10:33:38 +02:00
Michael Snoyman
68f08adb89
Remove Stackage snapshot info (cabal.config addresses this)
2015-03-18 10:30:15 +02:00
Michael Snoyman
d65e19cb05
Travis code
2015-03-18 10:29:14 +02:00
Michael Snoyman
2b4d9a667b
Merge branch 'new-upload-v2'
...
Conflicts:
Application.hs
2015-03-18 09:06:56 +02:00
Michael Snoyman
8d5774b097
Merge branch 'master' of github.com:fpco/stackage-server
2015-03-17 22:23:21 +02:00
Michael Snoyman
c074e638f2
Upgrade persistent version to avoid SQL connection bug
2015-03-17 22:23:07 +02:00
Dan Burton
ed23d5edc7
Hooked DeprecationInfo update procedure into appLoadCabalFiles
2015-03-17 12:42:50 -07:00
Dan Burton
07fb2c9290
Snapshot list pagination now correctly uses row count to determine whether the last page has been reached.
2015-03-17 11:20:09 -07:00
Michael Snoyman
ff02a8368a
Fix some warnings
2015-03-16 15:54:58 +02:00