Bumped version number, and added a .gitignore file.

This commit is contained in:
Daniel Larsson 2015-01-01 22:46:58 +01:00
parent 839f5a79a9
commit 0b29d1d690
2 changed files with 18 additions and 1 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.virtualenv
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
cabal.config
*.prof
*.aux
*.hp

View File

@ -1,5 +1,5 @@
name: servant
version: 0.2.1
version: 0.2.2
synopsis: A family of combinators for defining webservices APIs
description:
A family of combinators for defining webservices APIs and serving them