Cabal revisions of basement-0.0.10
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: basement version: 0.0.10+x-revision: 1 synopsis: Foundation scrap box of array & string description: Foundation most basic primitives without any dependencies license: BSD3 -- support and dependencies if impl(ghc < 8.0)- buildable: False+ -- https://github.com/haskell-infra/hackage-trustees/issues/171+ build-depends: base >= 4.9 && < 4.13 else build-depends: base , ghc-prim
revision 2
name: basement version: 0.0.10-x-revision: 1+x-revision: 2 synopsis: Foundation scrap box of array & string description: Foundation most basic primitives without any dependencies license: BSD3 -- https://github.com/haskell-infra/hackage-trustees/issues/171 build-depends: base >= 4.9 && < 4.13 else- build-depends: base+ build-depends: base <4.13 , ghc-prim if os(windows) build-depends: Win32
revision 3
name: basement version: 0.0.10-x-revision: 2+x-revision: 3 synopsis: Foundation scrap box of array & string description: Foundation most basic primitives without any dependencies license: BSD3 subdir: basement library+ build-depends: base <4.17+ hs-source-dirs: . exposed-modules: Basement.Imports