Skip to content

Commit

Permalink
Bump version to 0.2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Feb 12, 2015
1 parent e2b9f56 commit 71cfcfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lifted-base.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: lifted-base
Version: 0.2.3.3
Version: 0.2.3.4
Synopsis: lifted IO operations from the base library
License: BSD3
License-file: LICENSE
Expand Down
6 changes: 3 additions & 3 deletions lifted-base.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ cabal, HUnit, monadControl, testFramework, testFrameworkHunit
, transformers, transformersBase
, transformers, transformersBase, transformersCompat
}:

cabal.mkDerivation (self: {
pname = "lifted-base";
version = "0.2.3.3";
version = "HEAD";
src = ./.;
buildDepends = [ monadControl transformersBase ];
testDepends = [
HUnit monadControl testFramework testFrameworkHunit transformers
transformersBase
transformersBase transformersCompat
];
meta = {
homepage = "https://github.com/basvandijk/lifted-base";
Expand Down

0 comments on commit 71cfcfe

Please sign in to comment.