seqid 0.5.1 → 0.5.2
raw patch · 1 files changed
+6/−5 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- seqid.cabal +6/−5
seqid.cabal view
@@ -1,20 +1,21 @@ name: seqid-version: 0.5.1+version: 0.5.2 synopsis: Sequence ID production and consumption description: Uniquely identify elements in a sequence. License: BSD3 License-file: LICENSE author: Luke Hoersten-maintainer: luke@hoersten.org+maintainer: luke@bitnomial.com+copyright: Bitnomial, Inc. (c) 2016 category: Data build-type: Simple cabal-version: >= 1.10-homepage: https://github.com/LukeHoersten/seqid-bug-reports: https://github.com/LukeHoersten/seqid/issues+homepage: https://github.com/bitnomial/seqid+bug-reports: https://github.com/bitnomial/seqid/issues source-repository head type: git- location: git://github.com/LukeHoersten/seqid.git+ location: git://github.com/bitnomial/seqid.git library exposed-modules: Data.SequenceId