cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: f921b84e9183299835885681c7d364c24c83ec9be38b5c596114a4ec09655e6c name: rle version: 0.1.0.1 x-revision: 3 synopsis: A data type of run-length-encoded lists description: Provides an @RLE@ type that stores a sequence of elements in the form of length/value pairs, stored in a normal form with no adjacent runs of equal values. category: Data Structures homepage: https://github.com/google/hs-niche-containers#readme bug-reports: https://github.com/google/hs-niche-containers/issues author: Andrew Pritchard maintainer: Andrew Pritchard copyright: 2019-2021 Google LLC license: Apache-2.0 license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/google/hs-niche-containers subdir: rle library exposed-modules: Data.RLE other-modules: Paths_rle hs-source-dirs: src build-depends: base >=4.12 && <4.17 , cereal >=0.5.2 && <0.6 , deepseq >=1.4 && <1.5 , portray >=0.1.1 && <0.3 , portray-diff >=0.1 && <0.2 , wrapped >=0.1 && <0.2 default-language: Haskell2010 test-suite RLE-test type: exitcode-stdio-1.0 main-is: RLETest.hs other-modules: Paths_rle hs-source-dirs: test build-depends: QuickCheck , base >=4.12 && <4.17 , cereal >=0.5.2 && <0.6 , deepseq >=1.4 && <1.5 , portray >=0.1.1 && <0.3 , portray-diff >=0.1 && <0.2 , rle , test-framework , test-framework-quickcheck2 , wrapped >=0.1 && <0.2 default-language: Haskell2010