packages feed

uuid 1.3.5 → 1.3.6

raw patch · 2 files changed

+10/−6 lines, 2 files

Files

CHANGES view
@@ -1,3 +1,7 @@+1.3.6++- Move to GitHub.+ 1.3.5  - Allow building againsts newer random.
uuid.cabal view
@@ -1,6 +1,6 @@ Name: uuid-Version: 1.3.5-Copyright: (c) 2008-2013 Antoine Latter+Version: 1.3.6+Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com License: BSD3@@ -17,8 +17,8 @@  Synopsis: For creating, comparing, parsing and printing Universally Unique Identifiers -Homepage: http://projects.haskell.org/uuid/-Bug-Reports: mailto:aslatter@gmail.com+Homepage: https://github.com/aslatter/uuid+Bug-Reports: https://github.com/aslatter/uuid/issues  Extra-Source-Files:      CHANGES@@ -54,8 +54,8 @@  Ghc-Options:        -Wall  source-repository   head-  type:             darcs-  location:         http://code.haskell.org/uuid+  type:             git+  location:         https://github.com/aslatter/uuid.git  Test-Suite testuuid     Type:              exitcode-stdio-1.0