Konstantin Zudov
fabb3979d4
Implemented snapshot diffing
2015-10-08 21:55:40 +03:00
Konstantin Zudov
5308096be0
More bounds in cabal file
2015-10-06 13:24:16 +03:00
Konstantin Zudov
3fa3df3c4f
Got rid of trivial ghc warnings
2015-10-06 13:03:31 +03:00
Konstantin Zudov
57fd6b8a1b
Remove !MIN_VERSION_time(1,5,0) conditional
...
The cabal file and stackage resolver says that time is `>= 1.5.0` anyway.
2015-10-06 12:04:50 +03:00
Michael Snoyman
d364a5d0a7
Avoid OOM on haskell-src-exts
2015-10-06 08:55:45 +03:00
Michael Snoyman
9fe4618044
Merge branch 'ghc-7.10' of https://github.com/zudov/stackage-server into zudov-ghc-7.10
2015-10-06 08:12:18 +03:00
Konstantin Zudov
22f326cc60
Remove persistent-postgres from dependencies
2015-10-06 08:09:25 +03:00
Michael Snoyman
1d0cad2e0a
Merge branch 'ghc-7.10' of https://github.com/zudov/stackage-server into zudov-ghc-7.10
...
Conflicts:
stack.yaml
2015-10-06 07:30:13 +03:00
Konstantin Zudov
bb85e107fb
Bump resolver
2015-10-06 07:27:48 +03:00
Michael Snoyman
0eb69c8198
Latest lts-3
2015-10-06 07:26:24 +03:00
Michael Snoyman
4cec606fb0
Merge branch 'ghc-7.10' of https://github.com/zudov/stackage-server into zudov-ghc-7.10
...
Conflicts:
Stackage/Database/Cron.hs
2015-10-06 07:26:10 +03:00
Michael Snoyman
789443cb71
Allow less downloading during dev
2015-10-06 07:14:29 +03:00
Michael Snoyman
67c43193da
Fix expanding/collapsing README/ChangeLog
2015-10-06 06:58:00 +03:00
Michael Snoyman
ddd8734604
Remove some unneeded files
2015-10-06 06:48:55 +03:00
Michael Snoyman
34886ca21a
Add in settings.yml
2015-10-06 06:47:48 +03:00
Michael Snoyman
69863eb363
Travis: not pedantic
2015-10-06 06:31:56 +03:00
Michael Snoyman
5e7424c77e
Travis: build with Stack
2015-10-06 05:42:49 +03:00
Konstantin Zudov
7f4f7f8ce9
Set version bounds on dependencies as in lts-3
...
Generally the bounds are set as
>= x.y && < x.y+1
where x.y are taken from lts-3.0 snapshot.
2015-10-06 05:24:59 +03:00
Konstantin Zudov
0f74359d79
Do not use deprecated FilePath related functions
2015-10-06 04:40:37 +03:00
Konstantin Zudov
2f96607735
Quickfix filesystem related stuff by coercing it around
2015-10-05 08:40:27 +03:00
Konstantin Zudov
3a88c8835b
Update Stackage.Database.Haddock
2015-10-05 04:32:13 +03:00
Konstantin Zudov
a6217c50bc
Bump stack.yaml, relax dependencies
2015-10-05 04:30:42 +03:00
Michael Snoyman
702afdca6a
docker.sh: more useful output at end
2015-10-04 12:10:11 +03:00
Konstantin Zudov
ebbeba08b7
Lay out module listings hierarchically
...
Closes #115
2015-10-04 11:59:39 +03:00
Konstantin Zudov
3f8d0b3916
Highlight code in README files
...
Uses highlightjs
2015-10-03 09:28:05 +03:00
Chris Done
45741016dc
Merge pull request #121 from fpco/no-database
...
Remove all social features
2015-09-28 11:42:04 -07:00
Michael Snoyman
768eaec573
Remove all social features
...
Motivation: these were the last things requiring a database. Once this
is gone, it simplifies deployment dramatically. I'm also not sure that
the social features were really worth keeping.
2015-09-25 17:43:50 +03:00
Michael Snoyman
bb01d34d8c
Avoid duplicate packages on tag page ( fixes #116 )
2015-08-13 21:40:04 +03:00
Michael Snoyman
c0b3ea9302
Give stack instructions ( fixes #113 )
2015-08-13 12:09:08 +03:00
Michael Snoyman
78ac5c4456
Remove experimental ( closes #110 )
2015-08-13 11:41:16 +03:00
Michael Snoyman
e663fc4a63
Redirect /download to /install ( closes #99 )
2015-08-13 11:34:05 +03:00
Michael Snoyman
1e54d46414
Resolver 2.17
2015-08-13 11:33:47 +03:00
Michael Snoyman
2d90945853
Fix snapshots.json uploading
2015-06-23 11:34:26 +03:00
Michael Snoyman
8f20a226fe
Upload snapshots.json to S3 ( commercialhaskell/stack#380 )
2015-06-23 11:01:28 +03:00
Michael Snoyman
b71e551737
Build Docker images with stack instead of cabal
2015-06-19 09:01:53 +03:00
Michael Snoyman
ebe470fe68
Fix stack.yaml
2015-06-19 08:45:55 +03:00
Michael Snoyman
cbe72be4ee
Improved wording
...
See:
http://www.reddit.com/r/haskell/comments/3ab7ok/help_installing_packages_with_cabal/
2015-06-19 08:45:24 +03:00
Michael Snoyman
b1942934bb
Avoid invalid pattern match #108
2015-06-18 07:16:25 +03:00
Chris Done
7f62b5b8f6
Add stack.yaml and ignore .stack-work
2015-06-17 17:20:17 +02:00
Michael Snoyman
64548ce031
Merge pull request #105 from fpco/simpler-sandbox-fix
...
Quick fix to allow old versions of stackage-sandbox to continue working
2015-06-02 05:57:52 +03:00
Dan Burton
47506d9ecd
Quick fix to allow old versions of stackage-sandbox to continue working
2015-06-01 16:26:19 -07:00
Michael Snoyman
f3b81b36b5
Better tagging of Docker images
2015-05-26 07:16:32 +03:00
Michael Snoyman
2d21263f5e
Add docker push
2015-05-22 09:56:22 +03:00
Michael Snoyman
c7b82f38d0
Fix Hoogle database download
2015-05-22 09:22:44 +03:00
Michael Snoyman
59fac14f73
Include docker stuff
2015-05-21 09:54:57 +03:00
Michael Snoyman
2feecaa88a
Implement missing Handler.Download functionality
2015-05-20 12:13:24 +03:00
Michael Snoyman
c60612be34
Add to nightly link
2015-05-17 11:19:38 +03:00
Michael Snoyman
7490787bbe
Do a better job of downloading databases
2015-05-15 12:40:45 +03:00
Michael Snoyman
5dc16a55d5
Merge branch 'master' into simpler
...
Conflicts:
Handler/UploadV2.hs
2015-05-15 06:49:27 +03:00
Michael Snoyman
6728a65b28
Update README
2015-05-15 06:48:42 +03:00