packages feed

Cabal revisions of classy-prelude-1.5.0

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.30.0.------ see: https://github.com/sol/hpack------ hash: ed4a6b0e0086b4db58b2d21752faef28ac85000cdbd0a8397428671944432494--name:           classy-prelude-version:        1.5.0-synopsis:       A typeclass-based Prelude.-description:    See docs and README at <http://www.stackage.org/package/classy-prelude>-category:       Control, Prelude-homepage:       https://github.com/snoyberg/mono-traversable#readme-bug-reports:    https://github.com/snoyberg/mono-traversable/issues-author:         Michael Snoyman-maintainer:     michael@snoyman.com-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    ChangeLog.md--source-repository head-  type: git-  location: https://github.com/snoyberg/mono-traversable--library-  hs-source-dirs:-      src-  ghc-options: -Wall -fno-warn-orphans-  build-depends:-      async-    , base >=4.9 && <5-    , basic-prelude >=0.7-    , bifunctors-    , bytestring-    , chunked-data >=0.3-    , containers >=0.4.2-    , deepseq-    , dlist >=0.7-    , ghc-prim-    , hashable-    , mono-traversable >=1.0-    , mono-traversable-instances-    , mtl-    , mutable-containers >=0.3 && <0.4-    , primitive-    , say-    , semigroups-    , stm-    , stm-chans >=3-    , text-    , time >=1.5-    , transformers-    , unliftio >=0.2.1.0-    , unordered-containers-    , vector-    , vector-instances-  exposed-modules:-      ClassyPrelude-  other-modules:-      Paths_classy_prelude-  default-language: Haskell2010--test-suite test-  type: exitcode-stdio-1.0-  main-is: main.hs-  hs-source-dirs:-      test-  ghc-options: -Wall-  build-depends:-      QuickCheck-    , base >=4.9 && <5-    , classy-prelude-    , containers-    , hspec >=1.3-    , transformers-    , unordered-containers-  other-modules:-      Paths_classy_prelude-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.30.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: ed4a6b0e0086b4db58b2d21752faef28ac85000cdbd0a8397428671944432494
+
+name:           classy-prelude
+version:        1.5.0
+x-revision: 1
+synopsis:       A typeclass-based Prelude.
+description:    See docs and README at <http://www.stackage.org/package/classy-prelude>
+category:       Control, Prelude
+homepage:       https://github.com/snoyberg/mono-traversable#readme
+bug-reports:    https://github.com/snoyberg/mono-traversable/issues
+author:         Michael Snoyman
+maintainer:     michael@snoyman.com
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    ChangeLog.md
+
+source-repository head
+  type: git
+  location: https://github.com/snoyberg/mono-traversable
+
+library
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -fno-warn-orphans
+  build-depends:
+      async
+    , base >=4.9 && <5
+    , basic-prelude >=0.7
+    , bifunctors
+    , bytestring
+    , chunked-data >=0.3
+    , containers >=0.4.2
+    , deepseq
+    , dlist >=0.7
+    , ghc-prim
+    , hashable
+    , mono-traversable >=1.0
+    , mono-traversable-instances
+    , mtl
+    , mutable-containers >=0.3 && <0.4
+    , primitive
+    , say
+    , semigroups
+    , stm
+    , stm-chans >=3
+    , text
+    , time >=1.5 && <1.10
+    , transformers
+    , unliftio >=0.2.1.0
+    , unordered-containers
+    , vector
+    , vector-instances
+  exposed-modules:
+      ClassyPrelude
+  other-modules:
+      Paths_classy_prelude
+  default-language: Haskell2010
+
+test-suite test
+  type: exitcode-stdio-1.0
+  main-is: main.hs
+  hs-source-dirs:
+      test
+  ghc-options: -Wall
+  build-depends:
+      QuickCheck
+    , base >=4.9 && <5
+    , classy-prelude
+    , containers
+    , hspec >=1.3
+    , transformers
+    , unordered-containers
+  other-modules:
+      Paths_classy_prelude
+  default-language: Haskell2010