Name: data-bword Version: 0.1.0.2 Category: Data Stability: experimental Synopsis: Extra operations on binary words of fixed length Description: This package provides extra (vs. 'Data.Bits') operations on binary words of fixed length. Homepage: https://github.com/mvv/data-bword Bug-Reports: https://github.com/mvv/data-bword/issues Author: Mikhail Vorozhtsov Maintainer: Mikhail Vorozhtsov Copyright: 2014 Mikhail Vorozhtsov License: BSD3 License-File: LICENSE Extra-Source-Files: README.md Tested-With: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.4, GHC==9.4.2 Cabal-Version: >= 1.10.0 Build-Type: Simple Source-Repository head Type: git Location: https://github.com/mvv/data-bword.git Library Default-Language: Haskell2010 Build-Depends: base >= 4.5 && < 5 if impl(ghc >= 7.5) Build-Depends: ghc-prim Hs-Source-Dirs: src GHC-Options: -Wall Exposed-Modules: Data.BinaryWord Test-Suite tests Default-Language: Haskell2010 Type: exitcode-stdio-1.0 Build-Depends: base , tasty >= 0.8 , tasty-quickcheck >= 0.8 , data-bword Hs-Source-Dirs: tests GHC-Options: -Wall Main-Is: Tests.hs