Cabal revisions of rle-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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-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-rle#readme-bug-reports: https://github.com/google/hs-rle/issues-author: Andrew Pritchard <awpr@google.com>-maintainer: Andrew Pritchard <awpr@google.com>-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-rle--library- exposed-modules:- Data.RLE- other-modules:- Paths_rle- hs-source-dirs:- src- build-depends:- base >=4.12 && <4.16- , 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.16- , 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+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: 1 +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 <awpr@google.com> +maintainer: Andrew Pritchard <awpr@google.com> +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.16 + , 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.16 + , 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
revision 2
name: rle version: 0.1.0.1 -x-revision: 1 +x-revision: 2 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 hs-source-dirs: src build-depends: - base >=4.12 && <4.16 + base >=4.12 && <4.17 , cereal >=0.5.2 && <0.6 , deepseq >=1.4 && <1.5 , portray >=0.1.1 && <0.3 test build-depends: QuickCheck - , base >=4.12 && <4.16 + , base >=4.12 && <4.17 , cereal >=0.5.2 && <0.6 , deepseq >=1.4 && <1.5 , portray >=0.1.1 && <0.3
revision 3
name: rle version: 0.1.0.1 -x-revision: 2 +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 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 <awpr@google.com> -maintainer: Andrew Pritchard <awpr@google.com> +author: Andrew Pritchard <awpritchard@gmail.com> +maintainer: Andrew Pritchard <awpritchard@gmail.com> copyright: 2019-2021 Google LLC license: Apache-2.0 license-file: LICENSE
revision 4
name: rle version: 0.1.0.1 -x-revision: 3 +x-revision: 4 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 base >=4.12 && <4.17 , cereal >=0.5.2 && <0.6 , deepseq >=1.4 && <1.5 - , portray >=0.1.1 && <0.3 + , portray >=0.1.1 && <0.4 , portray-diff >=0.1 && <0.2 , wrapped >=0.1 && <0.2 default-language: Haskell2010 , base >=4.12 && <4.17 , cereal >=0.5.2 && <0.6 , deepseq >=1.4 && <1.5 - , portray >=0.1.1 && <0.3 + , portray >=0.1.1 && <0.4 , portray-diff >=0.1 && <0.2 , rle , test-framework
revision 5
name: rle version: 0.1.0.1 -x-revision: 4 +x-revision: 5 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 hs-source-dirs: src build-depends: - base >=4.12 && <4.17 + base >=4.12 && <4.19 , cereal >=0.5.2 && <0.6 , deepseq >=1.4 && <1.5 , portray >=0.1.1 && <0.4