bitset-word8 0.1.1.1 → 0.1.1.2
raw patch · 4 files changed
+13/−7 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- LICENSE +1/−1
- README.md +1/−1
- bitset-word8.cabal +5/−5
ChangeLog.md view
@@ -1,3 +1,9 @@+## Bitset-word8 0.1.1.2++* Include .cabal file in source repo.+* Migrate CI from Travis to GitHub Actions.+* Build and test for multiple platforms and GHC versions.+ ## Bitset-word8 0.1.1.1 * Move to hpack from hand written cabal project file.
LICENSE view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Naoto Shimazaki+Copyright (c) 2017-2020 Naoto Shimazaki Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
README.md view
@@ -1,7 +1,7 @@ # bitset-word8 [](https://opensource.org/licenses/MIT)-[](https://travis-ci.org/nshimaza/bitset-word8)+[](https://github.com/nshimaza/bitset-word8/actions?query=workflow%3Abuild) [](https://hackage.haskell.org/package/bitset-word8) [](http://stackage.org/nightly/package/bitset-word8) [](http://stackage.org/lts/package/bitset-word8)
bitset-word8.cabal view
@@ -1,13 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.0.+-- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack------ hash: 6ddab4e773037869bcf89a8b168d28296949766d6abfd03c9bfa0886b18700dc name: bitset-word8-version: 0.1.1.1+version: 0.1.1.2 synopsis: Space efficient set of Word8 and some pre-canned sets useful for parsing HTTP description: Please see the README on GitHub at <https://github.com/nshimaza/bitset-word8#readme> category: Concurrency@@ -15,7 +13,7 @@ bug-reports: https://github.com/nshimaza/bitset-word8/issues author: Naoto Shimazaki maintainer: Naoto.Shimazaki@gmail.com-copyright: 2017,2018 Naoto Shimazaki+copyright: 2017-2020 Naoto Shimazaki license: MIT license-file: LICENSE build-type: Simple@@ -53,6 +51,8 @@ hs-source-dirs: test ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N+ build-tool-depends:+ hspec-discover:hspec-discover build-depends: QuickCheck , base >=4.7 && <5