Skip to content

Commit

Permalink
Relax version bounds on text dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fhartwig committed Mar 4, 2015
1 parent 0d3ce0d commit af6f8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion digestive-functors-blaze/digestive-functors-blaze.cabal
Expand Up @@ -21,4 +21,4 @@ Library
blaze-html >= 0.5 && < 0.8,
blaze-markup >= 0.5 && < 0.7,
digestive-functors >= 0.6 && < 0.8,
text >= 0.11 && < 1.2
text >= 0.11 && < 1.3
2 changes: 1 addition & 1 deletion digestive-functors-snap/digestive-functors-snap.cabal
Expand Up @@ -21,7 +21,7 @@ Library
containers >= 0.3 && < 0.6,
digestive-functors >= 0.7 && < 0.8,
snap-core >= 0.7 && < 0.10,
text >= 0.11 && < 1.2,
text >= 0.11 && < 1.3,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.4,
mtl >= 2 && < 3,
Expand Down

0 comments on commit af6f8ce

Please sign in to comment.