servant-examples 0.4.3 → 0.4.3.1
raw patch · 1 files changed
+5/−1 lines, 1 files
Files
- servant-examples.cabal +5/−1
servant-examples.cabal view
@@ -1,5 +1,5 @@ name: servant-examples-version: 0.4.3+version: 0.4.3.1 synopsis: Example programs for servant description: Example programs for servant, showcasing solutions to common needs.@@ -12,6 +12,10 @@ category: Web build-type: Simple cabal-version: >=1.10+bug-reports: http://github.com/haskell-servant/servant/issues+source-repository head+ type: git+ location: http://github.com/haskell-servant/servant.git executable tutorial main-is: tutorial.hs