Cabal revisions of slist-0.2.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.4 name: slist version: 0.2.1.0+x-revision: 1 synopsis: Sized list description: This package implements @Slist@ data structure that stores the size of the list along with the list itself. location: https://github.com/kowainik/slist.git common common-options- build-depends: base >= 4.10.1.0 && < 4.18+ build-depends: base >= 4.10.1.0 && < 5 ghc-options: -Wall -Wincomplete-uni-patterns library import: common-options- build-depends: containers >= 0.5 && <= 0.7+ build-depends: containers >= 0.5 && < 1 hs-source-dirs: src exposed-modules: Slist Slist.Containers main-is: Spec.hs other-modules: Test.Slist.Size build-depends: slist- , hedgehog >= 1.0 && < 1.3+ , hedgehog >= 1.0 && < 2 , hspec- , hspec-hedgehog ^>= 0.0.1+ , hspec-hedgehog >= 0.0.1 && < 1 ghc-options: -threaded -rtsopts -with-rtsopts=-N