cabal-version: 3.0 name: qq-bytes version: 1.0.0.0 synopsis: QuasiQuoter for byte sequence description: QuasiQuoter for byte sequence and FromBytes typeclass. category: Text license: Apache-2.0 license-file: LICENSE homepage: https://github.com/0y2k/qq-bytes bug-reports: https://github.com/0y2k/qq-bytes/issues author: 0y2k <0x0y2k@gmail.com> maintainer: 0y2k <0x0y2k@gmail.com> build-type: Simple extra-doc-files: CHANGELOG.md , README.md source-repository head type: git location: https://github.com/0y2k/qq-bytes common depends build-depends: base >= 4.16 && < 4.21 , bytestring >= 0.11 && < 0.13 common warnings ghc-options: -Wall library import: depends, warnings default-language: Haskell2010 hs-source-dirs: src build-depends: template-haskell >= 2.18 && < 2.23 exposed-modules: Data.Bytes.QuasiQuoter test-suite qq-bytes-test import: depends, warnings default-language: Haskell2010 hs-source-dirs: test main-is: Main.hs type: exitcode-stdio-1.0 build-tool-depends: tasty-discover:tasty-discover build-depends: qq-bytes , hedgehog , tasty , tasty-hedgehog , tasty-hunit other-modules: QuasiQuoter