cabal-version: 2.2 -- Initial package description 'seekable-bytestrings.cabal' generated by -- 'cabal init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: machines-seekable version: 0 synopsis: Seek instructions for machines. description: Machines that can be seeked to a position. homepage: https://oss.xkcd.com/ -- bug-reports: license: BSD-3-Clause license-file: LICENSE author: davean & tolt maintainer: oss@xkcd.com -- copyright: category: Control, Enumerator, Data extra-source-files: CHANGELOG.md common deps default-language: Haskell2010 build-depends: base >=4.12 && < 4.15 , bytestring ^>= 0.11 , machines ^>= 0.7 library import: deps hs-source-dirs: src exposed-modules: Data.Machine.Seekable test-suite machines-seekable-test import: deps type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Tests.hs build-depends: mmap , machines-seekable , monad-loops , tasty , tasty-hunit , tasty-quickcheck