Skip to content

Commit

Permalink
Small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Oct 12, 2011
1 parent e88b397 commit 5353a66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ Snaplets release checklist

# Base library

- [ ] basic structure of the snaplets library
- [X] basic structure of the snaplets library

- [X] snaplet nesting / components

- [ ] configuration
- [X] configuration

- Chris is going to switch us to bos's configurator


- [X] solution for on-disk layout


- [ ] haddocks up to standard (Greg)
- [ ] haddocks up to standard


- [X] test suite with good code coverage
Expand All @@ -29,16 +29,16 @@ Snaplets release checklist
- [ ] design documentation (probably Doug)


- [ ] Merge in old snap executable and update project templates
- [X] Merge in old snap executable and update project templates


- [ ] Get Carl's Hint stuff working
- [X] Get Carl's Hint stuff working

# Stock set of snaplets

- [ ] session snaplet interface
- [X] session snaplet interface

- [ ] user/auth snaplet interface
- [X] user/auth snaplet interface

- [X] heist snaplet

Expand Down
2 changes: 1 addition & 1 deletion snap.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ synopsis: Snap: A Haskell Web Framework: project starter executable and gl
description: Snap Framework project starter executable and glue code library
license: BSD3
license-file: LICENSE
author: James Sanders, Shu-yu Guo, Gregory Collins, Doug Beardsley
author: Ozgun Ataman, Doug Beardsley, Gregory Collins, Carl Howells, Chris Smith
maintainer: snap@snapframework.com
build-type: Simple
cabal-version: >= 1.6
Expand Down
1 change: 1 addition & 0 deletions test/runTestsAndCoverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Snap.Snaplet.Internal.Lensed.Tests
Snap.Snaplet.Internal.LensT.Tests
Snap.Snaplet.Internal.RST.Tests
Snap.Snaplet.Internal.Tests
Snap.TestCommon
'

EXCL=""
Expand Down

0 comments on commit 5353a66

Please sign in to comment.