Skip to content

Commit

Permalink
fixed missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
zohl committed May 9, 2017
1 parent 6d81332 commit d90bf3e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## [Unreleased]
## [HEAD]

## [0.4.1]
### Changed
- Fixed missing files.

## [0.4.0]
### Added
Expand Down Expand Up @@ -32,7 +36,8 @@
### Added
- Initial version of the package.

[Unreleased]: ../../compare/v0.4.0...HEAD
[HEAD]: ../../compare/v0.4.1...HEAD
[0.4.1]: ../../compare/v0.4.0...v0.4.1
[0.4.0]: ../../compare/v0.3.0...v0.4.0
[0.3.0]: ../../compare/v0.2.1...v0.3.0
[0.2.1]: ../../compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "postgresql-simple-bind";
version = "0.4.0";
version = "0.4.1";
src = ./.;
libraryHaskellDepends = [
attoparsec base bytestring data-default exceptions heredoc
Expand Down
9 changes: 8 additions & 1 deletion postgresql-simple-bind.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: postgresql-simple-bind
version: 0.4.0
version: 0.4.1
synopsis: FFI-like bindings for PostgreSQL stored functions
description: For tutorial see here: https:\/\/github.com\/zohl\/postgresql-simple-bind\/blob\/master\/README.md
license: BSD3
Expand All @@ -13,6 +13,7 @@ cabal-version: >=1.10

extra-source-files:
CHANGELOG.md
examples/sql/*.sql

flag dev
description: Turn on development settings.
Expand Down Expand Up @@ -86,6 +87,12 @@ test-suite examples

hs-source-dirs: examples
main-is: Main.hs
other-modules:
Common
ExMessages
ExNumDumpster
ExUsers

default-language: Haskell2010

ghc-options: -Wall -Wno-redundant-constraints
Expand Down

0 comments on commit d90bf3e

Please sign in to comment.