Skip to content

Commit

Permalink
Merge pull request snoyberg#211 from 414owen/os/run-hpack
Browse files Browse the repository at this point in the history
Add all cabal files, and remove *.cabal from .gitignore
  • Loading branch information
snoyberg authored Oct 11, 2022
2 parents 28eb877 + b57165e commit 3fd6b22
Show file tree
Hide file tree
Showing 9 changed files with 499 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
cabal.sandbox.config
.stack-work/
tarballs/
*.cabal
*~
43 changes: 43 additions & 0 deletions chunked-data/chunked-data.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name: chunked-data
version: 0.3.1
synopsis: Typeclasses for dealing with various chunked data representations
description: See docs and README at <http://www.stackage.org/package/chunked-data>
category: Data
homepage: https://github.com/snoyberg/mono-traversable#readme
bug-reports: https://github.com/snoyberg/mono-traversable/issues
author: Michael Snoyman
maintainer: [email protected]
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
exposed-modules:
Data.Builder
Data.ChunkedZip
Data.IOData
other-modules:
Paths_chunked_data
hs-source-dirs:
src
build-depends:
base >=4.13 && <5
, bytestring >=0.10.2
, containers
, text >=1.2
, transformers
, vector
default-language: Haskell2010
61 changes: 61 additions & 0 deletions classy-prelude-conduit/classy-prelude-conduit.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name: classy-prelude-conduit
version: 1.5.0
synopsis: classy-prelude together with conduit functions
description: See docs and README at <http://www.stackage.org/package/classy-prelude-conduit>
category: Control, Prelude
homepage: https://github.com/snoyberg/mono-traversable#readme
bug-reports: https://github.com/snoyberg/mono-traversable/issues
author: Michael Snoyman
maintainer: [email protected]
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
exposed-modules:
ClassyPrelude.Conduit
other-modules:
Paths_classy_prelude_conduit
hs-source-dirs:
src
ghc-options: -Wall -fno-warn-orphans
build-depends:
base >=4.13 && <5
, bytestring
, classy-prelude ==1.5.0.*
, conduit ==1.3.*
, monad-control
, resourcet
, transformers
, void
default-language: Haskell2010

test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_classy_prelude_conduit
hs-source-dirs:
test
build-depends:
QuickCheck
, base >=4.13 && <5
, bytestring
, classy-prelude-conduit
, conduit
, hspec
, transformers
default-language: Haskell2010
46 changes: 46 additions & 0 deletions classy-prelude-yesod/classy-prelude-yesod.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name: classy-prelude-yesod
version: 1.5.0
synopsis: Provide a classy prelude including common Yesod functionality.
description: See docs and README at <http://www.stackage.org/package/classy-prelude-yesod>
category: Control, Yesod
homepage: https://github.com/snoyberg/mono-traversable#readme
bug-reports: https://github.com/snoyberg/mono-traversable/issues
author: Michael Snoyman
maintainer: [email protected]
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
exposed-modules:
ClassyPrelude.Yesod
other-modules:
Paths_classy_prelude_yesod
hs-source-dirs:
src
build-depends:
aeson
, base >=4.13 && <5
, classy-prelude ==1.5.0.*
, classy-prelude-conduit ==1.5.0.*
, data-default
, http-conduit
, http-types
, persistent >=1.1
, yesod >=1.2
, yesod-newsfeed
, yesod-static
default-language: Haskell2010
80 changes: 80 additions & 0 deletions classy-prelude/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name: classy-prelude
version: 1.5.0.2
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: [email protected]
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
exposed-modules:
ClassyPrelude
other-modules:
Paths_classy_prelude
hs-source-dirs:
src
ghc-options: -Wall -fno-warn-orphans
build-depends:
async
, base >=4.13 && <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.*
, primitive
, say
, stm
, stm-chans >=3
, text
, time >=1.5
, transformers
, unliftio >=0.2.1.0
, unordered-containers
, vector
, vector-instances
default-language: Haskell2010

test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
other-modules:
Paths_classy_prelude
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
QuickCheck
, base >=4.13 && <5
, classy-prelude
, containers
, hspec >=1.3
, transformers
, unordered-containers
default-language: Haskell2010
38 changes: 38 additions & 0 deletions minlen/minlen.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name: minlen
version: 0.1.0.0
synopsis: Express the minimum length of a container in its type
description: See docs and README at <http://www.stackage.org/package/minlen>
category: Data
homepage: https://github.com/snoyberg/mono-traversable#readme
bug-reports: https://github.com/snoyberg/mono-traversable/issues
author: Michael Snoyman
maintainer: [email protected]
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
exposed-modules:
Data.MinLen
other-modules:
Paths_minlen
hs-source-dirs:
src
build-depends:
base >=4.13 && <5
, mono-traversable
, transformers
default-language: Haskell2010
44 changes: 44 additions & 0 deletions mono-traversable-instances/mono-traversable-instances.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name: mono-traversable-instances
version: 0.1.1.0
synopsis: Extra typeclass instances for mono-traversable
description: See docs and README at <http://www.stackage.org/package/mono-traversable-instance>
category: Data
homepage: https://github.com/snoyberg/mono-traversable#readme
bug-reports: https://github.com/snoyberg/mono-traversable/issues
author: Michael Snoyman
maintainer: [email protected]
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
exposed-modules:
Data.MonoTraversable.Instances
other-modules:
Paths_mono_traversable_instances
hs-source-dirs:
src
build-depends:
base >=4.13 && <5
, comonad >=3.0.3
, containers
, dlist >=0.6 && <1.1
, dlist-instances ==0.1.*
, mono-traversable ==1.0.*
, semigroupoids >=3.0
, transformers
, vector-instances
default-language: Haskell2010
Loading

0 comments on commit 3fd6b22

Please sign in to comment.