stackage-server/Handler
Konstantin Zudov 912a0175d4 Provide snapshot content as JSON
```json
$ http --json http://localhost:4000/lts-5.1
{
  "snapshot": {
    "ghc": "7.10.3",
    "created": "2016-01-30",
    "name": "lts-5.1"
  },
  "packages": [
    {
      "isCore": false,
      "name": "abstract-deque",
      "version": "0.3",
      "synopsis": "Abstract, parameterized interface to mutable Deques."
    },
    {
      "isCore": false,
      "name": "abstract-par",
      "version": "0.3.3",
      "synopsis": "Type classes generalizing the functionality of the 'monad-par' library."
    },
    ...
  ]
}

```
2016-02-02 15:50:17 +02:00
..
BannedTags.hs Move tag part of slugs into own module, make tag banning use it (#34) 2014-11-20 14:55:54 +01:00
BuildPlan.hs Initial Stackge.Database 2015-05-11 20:23:09 +03:00
BuildVersion.hs Do not use deprecated FilePath related functions 2015-10-06 04:40:37 +03:00
Download.hs Redirect /download to /install (closes #99) 2015-08-13 11:34:05 +03:00
DownloadStack.hs Add missing files 2015-10-15 04:29:50 +00:00
Feed.hs Upgrade to lts-5 2016-02-02 05:21:39 +02:00
Haddock.hs Remove warnings in Handler.Haddock 2015-05-14 16:47:10 +03:00
Home.hs Fix warnings in Handler.Home 2015-05-14 17:03:29 +03:00
Hoogle.hs Do not use deprecated FilePath related functions 2015-10-06 04:40:37 +03:00
OldLinks.hs StackageBranch -> SnapshotBranch 2015-10-16 15:01:40 +03:00
Package.hs Allow customizing entire badge label 2016-01-31 22:03:03 -06:00
PackageList.hs PackageList 2015-05-14 16:32:30 +03:00
Sitemap.hs StackageBranch -> SnapshotBranch 2015-10-16 15:01:40 +03:00
Snapshots.hs Use StackageBranch in Stackage.Database 2015-10-16 09:46:28 +03:00
StackageHome.hs Provide snapshot content as JSON 2016-02-02 15:50:17 +02:00
StackageIndex.hs Get rid of blob store 2015-05-14 14:33:16 +03:00
StackageSdist.hs Add missing signature 2015-05-14 16:46:13 +03:00
System.hs Remove some incriminating info from /system 2014-05-14 08:59:33 +03:00