seqloc 0.3.1 → 0.3.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep −haskell98
Dependencies removed: haskell98
Files
- seqloc.cabal +3/−3
seqloc.cabal view
@@ -1,5 +1,5 @@ Name: seqloc-Version: 0.3.1+Version: 0.3.1.1 Cabal-Version: >= 1.2 Synopsis: Handle sequence locations for bioinformatics Description: Handle sequence locations for bioinformatics@@ -24,7 +24,7 @@ Bio.SeqLoc.OnSeq, Bio.SeqLoc.LocRepr, Bio.SeqLoc.Transcript- Build-depends: base >= 4.2 && < 5, bytestring, haskell98, attoparsec >= 0.8.5, biocore+ Build-depends: base >= 4.2 && < 5, bytestring, attoparsec >= 0.8.5, biocore Hs-Source-Dirs: src Ghc-options: -Wall @@ -37,7 +37,7 @@ Bio.SeqLoc.SpliceLocation, Bio.SeqLoc.OnSeq, Bio.SeqLoc.LocRepr- Build-depends: base >= 4.2 && < 5, bytestring, haskell98, attoparsec >= 0.8.5,+ Build-depends: base >= 4.2 && < 5, bytestring, attoparsec >= 0.8.5, QuickCheck, random, biocore Hs-Source-Dirs: src, test Ghc-options: -Wall