Skip to content

Commit

Permalink
wider mtl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jan 9, 2013
1 parent 620fb9a commit 56b73bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines.cabal
Expand Up @@ -31,13 +31,13 @@ library
build-depends:
base == 4.*,
comonad >= 3,
containers >= 0.3 && < 0.6,
containers >= 0.3 && < 0.6,
free >= 3.1.1,
pointed >= 3,
profunctors >= 3,
semigroups >= 0.8.3,
transformers == 0.3.*,
mtl >= 2.1.1 && < 2.2
mtl >= 2 && < 2.2

exposed-modules:
Data.Machine
Expand Down

0 comments on commit 56b73bd

Please sign in to comment.