packages feed

byteset 0.1.1.0 → 0.1.1.1

raw patch · 4 files changed

+11/−9 lines, 4 filesdep ~basesetup-changedPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Data.ByteSet: instance Binary ByteSet
- Data.ByteSet: instance Constructor C1_0ByteSet
- Data.ByteSet: instance Datatype D1ByteSet
- Data.ByteSet: instance Eq ByteSet
- Data.ByteSet: instance Generic ByteSet
- Data.ByteSet: instance Ord ByteSet
- Data.ByteSet: instance Show ByteSet
+ Data.ByteSet: instance Data.Binary.Class.Binary Data.ByteSet.ByteSet
+ Data.ByteSet: instance GHC.Classes.Eq Data.ByteSet.ByteSet
+ Data.ByteSet: instance GHC.Classes.Ord Data.ByteSet.ByteSet
+ Data.ByteSet: instance GHC.Generics.Generic Data.ByteSet.ByteSet
+ Data.ByteSet: instance GHC.Show.Show Data.ByteSet.ByteSet
- Data.ByteSet: data Word8 :: *
+ Data.ByteSet: data Word8

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2015, Daniel Díaz+Copyright (c) 2023, Daniel Casanueva  All rights reserved. @@ -13,7 +13,7 @@       disclaimer in the documentation and/or other materials provided       with the distribution. -    * Neither the name of Daniel Díaz nor the names of other+    * Neither the name of Daniel Casanueva nor the names of other       contributors may be used to endorse or promote products derived       from this software without specific prior written permission. 
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
byteset.cabal view
@@ -1,14 +1,16 @@ name:                byteset-version:             0.1.1.0+version:             0.1.1.1+category:            Data synopsis:            Set of bytes. description:         Data structure for sets of bytes, where bytes are @Word8@ values. license:             BSD3 license-file:        LICENSE-author:              Daniel Díaz-maintainer:          dhelta.diaz@gmail.com-category:            Data+author:              Daniel Casanueva (daniel.casanueva `at` proton.me)+maintainer:          Daniel Casanueva (daniel.casanueva `at` proton.me)+bug-reports:         https://gitlab.com/daniel-casanueva/haskell/byteset/-/issues build-type:          Simple-cabal-version:       >=1.10+cabal-version:       1.18+extra-doc-files:     changelog.md  library   exposed-modules: Data.ByteSet
+ changelog.md view
@@ -0,0 +1,2 @@+## 0.1.1.1+* Metadata update.