cabal-version: 2.4 name: bv-sized-lens version: 0.1.0.0 category: Bit Vectors synopsis: Well-typed lenses for bv-sized bitvectors. description: Well-typed lenses for bv-sized bitvectors. Use with bv-sized and parameterized-utils. license: BSD-3-Clause license-file: LICENSE author: Ben Selfridge maintainer: benselfridge@galois.com copyright: Ben Selfridge May 2021 extra-source-files: README.md, CHANGELOG.md source-repository head type: git location: https://github.com/benjaminselfridge/bv-sized-lens library exposed-modules: Data.BitVector.Sized.Lens build-depends: base >= 4.14 && < 4.16, bv-sized >= 1.0 && < 1.1, lens >= 5.0 && < 5.1, parameterized-utils >= 2.1.3.0 && < 2.2 ghc-options: -Wall hs-source-dirs: src default-language: Haskell2010