Cabal revisions of classy-prelude-0.6.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: classy-prelude-version: 0.6.0-synopsis: A typeclass-based Prelude.-description: Focuses on using common typeclasses when possible, and creating new ones to avoid name clashing. Exposes many recommended datastructures (Map, ByteString, etc) directly without requiring long import lists and qualified modules.-homepage: https://github.com/snoyberg/classy-prelude-license: MIT-license-file: LICENSE-author: Michael Snoyman-maintainer: michael@snoyman.com-category: Control, Prelude-build-type: Simple-cabal-version: >=1.8--library- exposed-modules: ClassyPrelude- ClassyPrelude.Classes- build-depends: base >= 4 && < 5- , basic-prelude >= 0.3.6 && < 0.4- , system-filepath >= 0.4 && < 0.5- , transformers- , containers >= 0.4.2- , text- , bytestring- , vector- , unordered-containers- , hashable- , lifted-base >= 0.2- , monad-control- , async >= 2.0- , deepseq- , mono-traversable- , semigroups- , vector-instances- ghc-options: -Wall -fno-warn-orphans--test-suite test- hs-source-dirs: test- main-is: main.hs- type: exitcode-stdio-1.0- build-depends: classy-prelude- , base- , hspec >= 1.3- , QuickCheck- , transformers- , containers- , unordered-containers- ghc-options: -Wall--source-repository head- type: git- location: git://github.com/snoyberg/classy-prelude.git+name: classy-prelude +version: 0.6.0 +x-revision: 1 +synopsis: A typeclass-based Prelude. +description: Focuses on using common typeclasses when possible, and creating new ones to avoid name clashing. Exposes many recommended datastructures (Map, ByteString, etc) directly without requiring long import lists and qualified modules. +homepage: https://github.com/snoyberg/classy-prelude +license: MIT +license-file: LICENSE +author: Michael Snoyman +maintainer: michael@snoyman.com +category: Control, Prelude +build-type: Simple +cabal-version: >=1.8 + +library + exposed-modules: ClassyPrelude + ClassyPrelude.Classes + build-depends: base >= 4 && < 5 + , basic-prelude >= 0.3.6 && < 0.4 + , system-filepath >= 0.4 && < 0.5 + , transformers + , containers >= 0.4.2 + , text + , bytestring + , vector + , unordered-containers + , hashable + , lifted-base >= 0.2 + , monad-control + , async >= 2.0 + , deepseq + , mono-traversable < 0.2 + , semigroups + , vector-instances + ghc-options: -Wall -fno-warn-orphans + +test-suite test + hs-source-dirs: test + main-is: main.hs + type: exitcode-stdio-1.0 + build-depends: classy-prelude + , base + , hspec >= 1.3 + , QuickCheck + , transformers + , containers + , unordered-containers + ghc-options: -Wall + +source-repository head + type: git + location: git://github.com/snoyberg/classy-prelude.git
revision 2
name: classy-prelude version: 0.6.0 -x-revision: 1 +x-revision: 2 synopsis: A typeclass-based Prelude. description: Focuses on using common typeclasses when possible, and creating new ones to avoid name clashing. Exposes many recommended datastructures (Map, ByteString, etc) directly without requiring long import lists and qualified modules. homepage: https://github.com/snoyberg/classy-prelude cabal-version: >=1.8 library + build-depends: base <4.7+ exposed-modules: ClassyPrelude ClassyPrelude.Classes build-depends: base >= 4 && < 5