Increased maximum version for bytestring dependency.

Apart from bug fixes bytestring will probably hardly change until
0.9.2.  This also makes it possible to use Hakyll with bytesting's
newest version (0.9.1.5) from Hackage.
This commit is contained in:
Sebastian Schwarz 2010-01-09 00:12:25 +01:00
parent 2751b27c1a
commit e14595f6a9

View file

@ -23,7 +23,7 @@ library
filepath >= 1.1,
directory >= 1,
containers >= 0.1,
bytestring >= 0.9 && <= 0.9.1.4,
bytestring >= 0.9 && < 0.9.2,
pandoc >= 1,
regex-compat >= 0.92,
network >= 2,