haskell-text: update to version 1.0.0.1

This commit is contained in:
Peter Simons
2014-01-02 00:22:06 +01:00
parent 822c755ea9
commit a397d62d31
2 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "text";
version = "1.0.0.0";
sha256 = "13i7xn5xl8lc5hcd08i4n0qp9rx51588jnjn4c68gp87vw1gwvjn";
version = "1.0.0.1";
sha256 = "1bcwsib0iw88lkg2dyxf030wsm48q311qm4pjqhgjqr5wjvlqdj3";
buildDepends = [ deepseq ];
testDepends = [
deepseq HUnit QuickCheck random testFramework testFrameworkHunit