Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpetterbergman committed May 15, 2019
1 parent e8c8505 commit ae8241c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Bump base

# v0.1.0.4
version bump

# v0.1.0.5
version bumps
10 changes: 5 additions & 5 deletions snap-language.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: snap-language
version: 0.1.0.4
version: 0.1.0.5
synopsis: Language handling for Snap
description:
Language handling for Snap.
Expand All @@ -28,16 +28,16 @@ source-repository head
source-repository this
type: git
location: http://github.com/jonpetterbergman/snap-accept-language
tag: v0.1.0.4
tag: v0.1.0.5

library
exposed-modules: Snap.Language
-- other-modules:
other-extensions: OverloadedStrings
build-depends: base >=4.8 && <4.12,
build-depends: base >=4.8 && <5,
bytestring >=0.10.6.0 && < 0.11,
attoparsec >= 0.13.0.1 && < 0.14,
containers >= 0.5.6.2 && < 0.6
build-depends: snap-core >= 0.9.8.0 && < 1.1
containers >= 0.5.6.2 && < 0.7,
snap-core >= 0.9.8.0 && < 1.1
hs-source-dirs: src
default-language: Haskell2010

0 comments on commit ae8241c

Please sign in to comment.