Skip to content

Commit

Permalink
Update from Hackage at 2018-10-05T23:55:07Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Oct 5, 2018
1 parent eae0806 commit 8da63d5
Show file tree
Hide file tree
Showing 36 changed files with 373 additions and 354 deletions.
4 changes: 2 additions & 2 deletions classy-prelude/0.10.1/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: classy-prelude
version: 0.10.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
Expand All @@ -10,7 +11,6 @@ maintainer: michael@snoyman.com
category: Control, Prelude
build-type: Simple
cabal-version: >=1.8
x-revision: 1

library
exposed-modules: ClassyPrelude
Expand All @@ -34,7 +34,7 @@ library
, chunked-data
, enclosed-exceptions
, ghc-prim
, stm
, stm < 2.5
, primitive
, mtl
, bifunctors
Expand Down
4 changes: 2 additions & 2 deletions classy-prelude/0.10.2/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: classy-prelude
version: 0.10.2
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
Expand All @@ -11,7 +12,6 @@ category: Control, Prelude
build-type: Simple
cabal-version: >=1.8
extra-source-files: ChangeLog.md
x-revision: 1

library
exposed-modules: ClassyPrelude
Expand All @@ -35,7 +35,7 @@ library
, chunked-data
, enclosed-exceptions
, ghc-prim
, stm
, stm < 2.5
, primitive
, mtl
, bifunctors
Expand Down
4 changes: 2 additions & 2 deletions classy-prelude/0.10.3/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: classy-prelude
version: 0.10.3
x-revision: 2
synopsis: A typeclass-based Prelude.
description: Modern best practices without name collisions. No partial functions are exposed, but modern data structures are, without requiring import lists. Qualified modules also are not needed: instead operations are based on type-classes from the mono-traversable package.

Expand All @@ -12,7 +13,6 @@ category: Control, Prelude
build-type: Simple
cabal-version: >=1.8
extra-source-files: ChangeLog.md
x-revision: 1

library
exposed-modules: ClassyPrelude
Expand All @@ -36,7 +36,7 @@ library
, chunked-data
, enclosed-exceptions
, ghc-prim
, stm
, stm < 2.5
, primitive
, mtl
, bifunctors
Expand Down
4 changes: 2 additions & 2 deletions classy-prelude/0.10.4/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: classy-prelude
version: 0.10.4
x-revision: 2
synopsis: A typeclass-based Prelude.
description: Modern best practices without name collisions. No partial functions are exposed, but modern data structures are, without requiring import lists. Qualified modules also are not needed: instead operations are based on type-classes from the mono-traversable package.

Expand All @@ -12,7 +13,6 @@ category: Control, Prelude
build-type: Simple
cabal-version: >=1.8
extra-source-files: ChangeLog.md
x-revision: 1

library
exposed-modules: ClassyPrelude
Expand All @@ -36,7 +36,7 @@ library
, chunked-data
, enclosed-exceptions
, ghc-prim
, stm
, stm < 2.5
, primitive
, mtl
, bifunctors
Expand Down
4 changes: 2 additions & 2 deletions classy-prelude/0.10.5/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: classy-prelude
version: 0.10.5
x-revision: 2
synopsis: A typeclass-based Prelude.
description: Modern best practices without name collisions. No partial functions are exposed, but modern data structures are, without requiring import lists. Qualified modules also are not needed: instead operations are based on type-classes from the mono-traversable package.

Expand All @@ -12,7 +13,6 @@ category: Control, Prelude
build-type: Simple
cabal-version: >=1.8
extra-source-files: ChangeLog.md
x-revision: 1

library
exposed-modules: ClassyPrelude
Expand All @@ -36,7 +36,7 @@ library
, chunked-data
, enclosed-exceptions
, ghc-prim
, stm
, stm < 2.5
, primitive
, mtl
, bifunctors
Expand Down
124 changes: 62 additions & 62 deletions classy-prelude/0.11.0/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
name: classy-prelude
version: 0.11.0
x-revision: 2
synopsis: A typeclass-based Prelude.
description: Modern best practices without name collisions. No partial functions are exposed, but modern data structures are, without requiring import lists. Qualified modules also are not needed: instead operations are based on type-classes from the mono-traversable package.

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
extra-source-files: ChangeLog.md

library
exposed-modules: ClassyPrelude
build-depends: base >= 4 && < 5
, basic-prelude >= 0.3.10 && < 0.4
, system-filepath >= 0.4 && < 0.5
, transformers
, containers >= 0.4.2
, text
, bytestring
, vector
, unordered-containers
, hashable
, lifted-base >= 0.2
, mono-traversable >= 0.6.2 && < 0.9.3
, exceptions >= 0.5
, semigroups
, vector-instances
, old-locale
, time
, chunked-data < 0.2
, enclosed-exceptions
, ghc-prim
, stm
, primitive
, mtl
, bifunctors
, mutable-containers >= 0.3 && < 0.4
, dlist >= 0.7
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.11.0
x-revision: 3
synopsis: A typeclass-based Prelude.
description: Modern best practices without name collisions. No partial functions are exposed, but modern data structures are, without requiring import lists. Qualified modules also are not needed: instead operations are based on type-classes from the mono-traversable package.

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
extra-source-files: ChangeLog.md

library
exposed-modules: ClassyPrelude
build-depends: base >= 4 && < 5
, basic-prelude >= 0.3.10 && < 0.4
, system-filepath >= 0.4 && < 0.5
, transformers
, containers >= 0.4.2
, text
, bytestring
, vector
, unordered-containers
, hashable
, lifted-base >= 0.2
, mono-traversable >= 0.6.2 && < 0.9.3
, exceptions >= 0.5
, semigroups
, vector-instances
, old-locale
, time
, chunked-data < 0.2
, enclosed-exceptions
, ghc-prim
, stm < 2.5
, primitive
, mtl
, bifunctors
, mutable-containers >= 0.3 && < 0.4
, dlist >= 0.7
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
124 changes: 62 additions & 62 deletions classy-prelude/0.11.1.1/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
name: classy-prelude
version: 0.11.1.1
x-revision: 2
synopsis: A typeclass-based Prelude.
description: Modern best practices without name collisions. No partial functions are exposed, but modern data structures are, without requiring import lists. Qualified modules also are not needed: instead operations are based on type-classes from the mono-traversable package.

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
extra-source-files: ChangeLog.md

library
exposed-modules: ClassyPrelude
build-depends: base >= 4 && < 5
, basic-prelude >= 0.3.10 && < 0.4
, system-filepath >= 0.4 && < 0.5
, transformers
, containers >= 0.4.2
, text
, bytestring
, vector
, unordered-containers
, hashable
, lifted-base >= 0.2
, mono-traversable >= 0.9.1 && < 0.9.3
, exceptions >= 0.5
, semigroups
, vector-instances
, time
, time-locale-compat
, chunked-data < 0.2
, enclosed-exceptions
, ghc-prim
, stm
, primitive
, mtl
, bifunctors
, mutable-containers >= 0.3 && < 0.4
, dlist >= 0.7
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.11.1.1
x-revision: 3
synopsis: A typeclass-based Prelude.
description: Modern best practices without name collisions. No partial functions are exposed, but modern data structures are, without requiring import lists. Qualified modules also are not needed: instead operations are based on type-classes from the mono-traversable package.

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
extra-source-files: ChangeLog.md

library
exposed-modules: ClassyPrelude
build-depends: base >= 4 && < 5
, basic-prelude >= 0.3.10 && < 0.4
, system-filepath >= 0.4 && < 0.5
, transformers
, containers >= 0.4.2
, text
, bytestring
, vector
, unordered-containers
, hashable
, lifted-base >= 0.2
, mono-traversable >= 0.9.1 && < 0.9.3
, exceptions >= 0.5
, semigroups
, vector-instances
, time
, time-locale-compat
, chunked-data < 0.2
, enclosed-exceptions
, ghc-prim
, stm < 2.5
, primitive
, mtl
, bifunctors
, mutable-containers >= 0.3 && < 0.4
, dlist >= 0.7
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

0 comments on commit 8da63d5

Please sign in to comment.