packages feed

bool8 0.0.1 → 0.0.1.1

raw patch · 1 files changed

+4/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

bool8.cabal view
@@ -1,5 +1,5 @@ Name:                bool8-Version:             0.0.1+Version:             0.0.1.1 Synopsis:            Alternative Bool type stored as byte Description:   The standard 'Bool' type has a 'Storable' instance@@ -9,6 +9,8 @@   a boolean type with an 8 bit representation in memory.   It is not a drop-in replacement for 'Bool' though.   You have to convert from or to 'Bool' occasionally.+  .+  Starting with GHC-8.2\/base-4.10 you also have 'Foreign.C.Types.CBool'. License:             BSD3 License-File:        LICENSE Author:              Henning Thielemann@@ -21,7 +23,7 @@ Tested-With:         GHC==8.0.2, GHC==8.2.2  Source-Repository this-  Tag:         0.0.1+  Tag:         0.0.1.1   Type:        darcs   Location:    http://hub.darcs.net/thielema/bool8