hyraxAbif 0.2.3.10 → 0.2.3.14
raw patch · 3 files changed
+17/−11 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +2/−2
- README.md +6/−0
- hyraxAbif.cabal +9/−9
LICENSE view
@@ -3,7 +3,7 @@ -------------------------------------------------------------------------------- BSD-3-Clause ---------------------------------------------------------------------------------Copyright HyraxBio (c) 2018+Copyright HyraxBio (c) 2018/2019 All rights reserved. @@ -40,7 +40,7 @@ Apache 2.0 -------------------------------------------------------------------------------- -Copyright HyraxBio (c) 2018+Copyright HyraxBio (c) 2018/2019 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
README.md view
@@ -11,6 +11,12 @@ - https://hackage.haskell.org/package/hyraxAbif for the hackage documentation - http://www6.appliedbiosystems.com/support/software_community/ABIF_File_Format.pdf for a high level overview of the AB1 file format. ++# Licence++See the LICENCE file. Please note that this package is distributed *without warranties or conditions of any kind.++ # Building Build with one of
hyraxAbif.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hyraxAbif-version: 0.2.3.10+version: 0.2.3.14 synopsis: Modules for parsing, generating and manipulating AB1 files. homepage: https://github.com/hyraxbio/hyraxAbif/#readme license: BSD-3-Clause OR Apache-2.0@@ -43,12 +43,12 @@ , Examples.RemoveComments , Examples.ReadAb1 build-depends: base >= 4.9.1.0 && < 5- , protolude >= 0.2.2 && < 0.2.3+ , protolude >= 0.2.2 && < 0.2.5 , text >= 1.2.3.0 && < 1.2.4.0 , bytestring >= 0.10.8.2 && < 0.10.9.0- , binary >= 0.8.5.1 && < 0.8.6.0- , directory >= 1.3.0.2 && < 1.3.2.0- , filepath >= 1.4.1.2 && < 1.4.2.0+ , binary >= 0.8.5.1 && < 0.8.7.0+ , directory >= 1.3.0.2 && < 1.3.4.0+ , filepath >= 1.4.1.2 && < 1.4.3.0 default-language: Haskell2010 executable hyraxAbif-exe@@ -57,10 +57,10 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wimplicit-prelude -Wcompat -Wredundant-constraints -Wnoncanonical-monad-instances build-depends: base >= 4.9.1.0 && < 5 , hyraxAbif- , protolude >= 0.2.2 && < 0.2.3+ , protolude >= 0.2.2 && < 0.2.5 , text >= 1.2.3.0 && < 1.2.4.0 , bytestring >= 0.10.8.2 && < 0.10.9.0- , pretty-show >= 1.6.16 && < 1.9.0+ , pretty-show >= 1.6.16 && < 1.10.0 , hscolour >= 1.24.4 && < 1.25.0 default-language: Haskell2010 @@ -70,10 +70,10 @@ main-is: Tests.hs build-depends: base >= 4.9.1.0 && < 5 , hyraxAbif- , protolude >= 0.2.2 && < 0.2.3+ , protolude >= 0.2.2 && < 0.2.5 , text >= 1.2.3.0 && < 1.2.4.0 , bytestring >= 0.10.8.2 && < 0.10.9.0- , binary >= 0.8.5.1 && < 0.8.6.0+ , binary >= 0.8.5.1 && < 0.8.7.0 , hedgehog >= 0.5.3 && < 0.6.2 other-modules: AbifTests , FastaTests