Skip to content

Commit

Permalink
Bumped time dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Feb 22, 2017
1 parent a568ca4 commit 9163412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions envy.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: envy
version: 1.3.0.1
version: 1.3.0.2
synopsis: An environmentally friendly way to deal with environment variables
license: BSD3
license-file: LICENSE
Expand All @@ -25,7 +25,7 @@ library
, containers == 0.5.*
, mtl == 2.2.*
, text == 1.2.*
, time >= 1.5 && < 1.7
, time >= 1.5 && < 1.9
, transformers >= 0.4 && < 0.6
default-language: Haskell2010

Expand Down
2 changes: 1 addition & 1 deletion envy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "envy";
version = "1.3.0.1";
version = "1.3.0.2";
src = ./.;
libraryHaskellDepends = [
base bytestring containers mtl text time transformers
Expand Down

0 comments on commit 9163412

Please sign in to comment.