Michael Snoyman
e74080d5c8
Merge pull request #129 from fpco/snapshot-diff-sort
...
Sort packages in snapshot diff
2015-10-11 15:34:15 +03:00
Konstantin Zudov
240b0316bb
Sort packages in snapshot diff
2015-10-11 14:41:41 +03:00
Michael Snoyman
fb481b02f7
Update gitignore
2015-10-11 14:38:56 +03:00
Michael Snoyman
20d08ffa31
/feed
2015-10-11 14:16:10 +03:00
Michael Snoyman
2fae2cde89
Merge remote-tracking branch 'origin/master'
2015-10-11 05:28:54 +03:00
Konstantin Zudov
c43340d40d
Documented VersionChange type
2015-10-11 06:21:02 +03:00
Konstantin Zudov
a192dcf1d2
Wildcarded unused names
2015-10-11 03:36:23 +03:00
Konstantin Zudov
734e3b60b3
Group snapshot list using <optgroup>
2015-10-11 01:59:01 +03:00
Konstantin Zudov
c538927aba
Do not export Version and PackageName type synonyms
2015-10-11 01:30:17 +03:00
Konstantin Zudov
1ab01273bc
Provide a link to snapshot's changes
2015-10-10 10:58:15 +03:00
Konstantin Zudov
160f2b02f9
Added UI for snapshot diffs
2015-10-10 10:44:06 +03:00
Konstantin Zudov
fabb3979d4
Implemented snapshot diffing
2015-10-08 21:55:40 +03:00
Michael Snoyman
32de0b00a9
Merge pull request #127 from zudov/cleanup
...
Small Cleanup
2015-10-06 17:02:21 +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