Skip to content

Commit

Permalink
Update from Hackage at 2020-08-25T23:19:33Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 25, 2020
1 parent 5978e89 commit c59a311
Show file tree
Hide file tree
Showing 18 changed files with 507 additions and 0 deletions.
34 changes: 34 additions & 0 deletions composite-aeson-path/0.7.4.0/composite-aeson-path.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cabal-version: 1.12

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

name: composite-aeson-path
version: 0.7.4.0
synopsis: Formatting data for the path library.
description: JsonFormat for Path.
category: Records
homepage: https://github.com/ConferOpenSource/composite#readme
author: Confer Health, Inc
maintainer: oss@vitalbio.com
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
license: BSD3
build-type: Simple

library
exposed-modules:
Composite.Aeson.Path
other-modules:
Paths_composite_aeson_path
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2
build-depends:
base >=4.7 && <5
, composite-aeson >=0.7 && <0.8
, path >=0.6 && <0.9
default-language: Haskell2010
1 change: 1 addition & 0 deletions composite-aeson-path/0.7.4.0/composite-aeson-path.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"0190d74bf19d2f8587eb2975d9525c59","Skein512_512":"5fbce9eb5aad1c0abd92bbef60fef504b2fc524189d0999affa9c8d0b4a422372013bbea165a9d79510ef972b3dfea7f4dc1926b98d0d167d1ffa28d2829614a","SHA1":"41334f6dd53bd56a6a5ff470ff903d69a9512444","SHA512":"9c7d829c422b8d8fbe6861a3a4ce08e63295ec129d9ece261a78d33e4f73f613962abffdcb62e5ba0f3c4a28e694a8efea62f66f82767c201b2e7c81e4b1c541","SHA256":"1d466f524bef0ef8f0e547443889cbb6e656069645d2164cbfe6f8832342e922"},"package-locations":["https://hackage.haskell.org/package/composite-aeson-path-0.7.4.0/composite-aeson-path-0.7.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/composite-aeson-path-0.7.4.0.tar.gz"],"package-size":1185}
36 changes: 36 additions & 0 deletions composite-aeson-refined/0.7.4.0/composite-aeson-refined.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
cabal-version: 1.12

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

name: composite-aeson-refined
version: 0.7.4.0
synopsis: composite-aeson support for Refined from the refined package
description: JsonFormat and DefaultJsonFormat for Refined
category: Records
homepage: https://github.com/ConferOpenSource/composite#readme
author: Confer Health, Inc
maintainer: oss@vitalbio.com
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
license: BSD3
build-type: Simple

library
exposed-modules:
Composite.Aeson.Refined
other-modules:
Paths_composite_aeson_refined
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2
build-depends:
aeson-better-errors >=0.9.1.0 && <0.10
, base >=4.7 && <5
, composite-aeson >=0.7 && <0.8
, mtl >=2.2.1 && <2.3
, refined >=0.1.2.1 && <0.7
default-language: Haskell2010
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"c6c1865b310f3857c8c17af3702f56e1","Skein512_512":"8756abad770ccb511a43e843de47d7cce378a06770aa84ae9f9d1e2e16195b36697c937e6cc4cc07f9e06b0d98a9516d4a470e8b252873304e7097f3d04837b3","SHA1":"54b6d5dcdc6126f1aecda4e06f03f8260aa71ebd","SHA512":"3c0ad03b75b5ca503a0e45beb330a429dc23906988b965a4822406746c2eae19d12f5b3bd220b2d729837976915dd847ad2a5ae71f4a2e1640f0f2370631e0a3","SHA256":"fa14ec3ab2db6e96b7e07a941264beed45f5ac929af454131bbedc184bcd3411"},"package-locations":["https://hackage.haskell.org/package/composite-aeson-refined-0.7.4.0/composite-aeson-refined-0.7.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/composite-aeson-refined-0.7.4.0.tar.gz"],"package-size":1597}
104 changes: 104 additions & 0 deletions composite-aeson/0.7.4.0/composite-aeson.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
cabal-version: 1.12

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

name: composite-aeson
version: 0.7.4.0
synopsis: JSON for Vinyl records
description: Integration between Aeson and Vinyl records allowing records to be easily converted to JSON using automatic derivation, explicit formats, or a mix of both.
category: Records
homepage: https://github.com/ConferOpenSource/composite#readme
author: Confer Health, Inc
maintainer: oss@vitalbio.com
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
license: BSD3
build-type: Simple

library
exposed-modules:
Composite.Aeson
Composite.Aeson.Base
Composite.Aeson.CoRecord
Composite.Aeson.DateTimeFormatUtils
Composite.Aeson.Enum
Composite.Aeson.Formats.DateTime
Composite.Aeson.Formats.Default
Composite.Aeson.Formats.Generic
Composite.Aeson.Formats.InternalTH
Composite.Aeson.Formats.Provided
Composite.Aeson.Record
Composite.Aeson.TH
other-modules:
Paths_composite_aeson
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2
build-depends:
aeson >=1.1.2.0 && <1.6
, aeson-better-errors >=0.9.1.0 && <0.10
, base >=4.7 && <5
, composite-base >=0.7 && <0.8
, containers >=0.5.7.0 && <0.7
, contravariant >=1.4 && <1.6
, generic-deriving >=1.11.2 && <1.14
, hashable >=1.2.6.1 && <1.4
, lens >=4.15.4 && <4.20
, mmorph >=1.0.9 && <1.2
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.6
, scientific >=0.3.5.1 && <0.4
, tagged >=0.8.5 && <0.9
, template-haskell >=2.11.1.0 && <2.17
, text >=1.2.2.2 && <1.3
, time >=1.6.0.1 && <1.10
, unordered-containers >=0.2.8.0 && <0.3
, vector >=0.12.0.1 && <0.13
, vinyl >=0.5.3 && <0.14
default-language: Haskell2010

test-suite composite-aeson-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
DateTimeSpec
EnumSpec
FieldSpec
RecordSpec
THSpec
TupleSpec
Paths_composite_aeson
hs-source-dirs:
test
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N -fno-warn-orphans
build-depends:
QuickCheck
, aeson >=1.1.2.0 && <1.6
, aeson-better-errors >=0.9.1.0 && <0.10
, aeson-qq
, base >=4.7 && <5
, composite-aeson
, composite-base >=0.7 && <0.8
, containers >=0.5.7.0 && <0.7
, contravariant >=1.4 && <1.6
, generic-deriving >=1.11.2 && <1.14
, hashable >=1.2.6.1 && <1.4
, hspec
, lens >=4.15.4 && <4.20
, mmorph >=1.0.9 && <1.2
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.6
, scientific >=0.3.5.1 && <0.4
, tagged >=0.8.5 && <0.9
, template-haskell >=2.11.1.0 && <2.17
, text >=1.2.2.2 && <1.3
, time >=1.6.0.1 && <1.10
, unordered-containers >=0.2.8.0 && <0.3
, vector >=0.12.0.1 && <0.13
, vinyl >=0.5.3 && <0.14
default-language: Haskell2010
1 change: 1 addition & 0 deletions composite-aeson/0.7.4.0/composite-aeson.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"d2d8739e9285cb74bf0c6addc5bc07b5","Skein512_512":"a0ea4f4d0c366b51fd00c65de62e08ba223ddae8de0be1a0c7a59326c85e9c4e2e53a43f2ec8901c2718a62b003f61b02945fc60363c4badc72cdf6c5428ead2","SHA1":"bff16ca9c9d6602c280f84ab833963e6aaf3cc6d","SHA512":"d99eedd76a1ca5a4909e1c1ce274607ebeafb0d9d0528ac4f615733278367073c8f09de1c3299c56eaac1d2ed0848a83c2417bfc77d66a62a88d11ac296d56d6","SHA256":"d27dbdc2e6f71f60a16a8abd50bc8462ab3b42db8902a702f36321e7584215cd"},"package-locations":["https://hackage.haskell.org/package/composite-aeson-0.7.4.0/composite-aeson-0.7.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/composite-aeson-0.7.4.0.tar.gz"],"package-size":21011}
78 changes: 78 additions & 0 deletions composite-base/0.7.4.0/composite-base.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
cabal-version: 1.12

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

name: composite-base
version: 0.7.4.0
synopsis: Shared utilities for composite-* packages.
description: Shared helpers for the various composite packages.
category: Records
homepage: https://github.com/ConferOpenSource/composite#readme
author: Confer Health, Inc.
maintainer: oss@vitalbio.com
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
license: BSD3
build-type: Simple

library
exposed-modules:
Composite
Composite.CoRecord
Composite.Record
Composite.TH
Control.Monad.Composite.Context
other-modules:
Paths_composite_base
hs-source-dirs:
src
default-extensions: ConstraintKinds DataKinds FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses NamedFieldPuns OverloadedStrings PatternSynonyms PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2
build-depends:
base >=4.7 && <5
, deepseq >=1.4 && <1.5
, exceptions >=0.8.3 && <0.11
, lens >=4.15.4 && <4.20
, monad-control >=1.0.2.2 && <1.1
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.6
, template-haskell >=2.11.1.0 && <2.17
, text >=1.2.2.2 && <1.3
, transformers >=0.5.2.0 && <0.6
, transformers-base >=0.4.4 && <0.5
, unliftio-core >=0.1.0.0 && <0.3.0.0
, vinyl >=0.5.3 && <0.14
default-language: Haskell2010

test-suite composite-base-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
RecordSpec
THSpec
Paths_composite_base
hs-source-dirs:
test
default-extensions: ConstraintKinds DataKinds FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses NamedFieldPuns OverloadedStrings PatternSynonyms PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N -fno-warn-orphans
build-depends:
QuickCheck
, base >=4.7 && <5
, composite-base
, deepseq >=1.4 && <1.5
, exceptions >=0.8.3 && <0.11
, hspec
, lens >=4.15.4 && <4.20
, monad-control >=1.0.2.2 && <1.1
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.6
, template-haskell >=2.11.1.0 && <2.17
, text >=1.2.2.2 && <1.3
, transformers >=0.5.2.0 && <0.6
, transformers-base >=0.4.4 && <0.5
, unliftio-core >=0.1.0.0 && <0.3.0.0
, vinyl >=0.5.3 && <0.14
default-language: Haskell2010
1 change: 1 addition & 0 deletions composite-base/0.7.4.0/composite-base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"ed75bfaf8b778a4e7381bf566ff407b4","Skein512_512":"49de30b825041c5063c2abeafc4aa7bdc53d6d4adbd69038a64560344b5b9a1443476ae4bc27744c1ac60e63164dbcd7d1a0f2516a4c420f9eb13bc20f005213","SHA1":"46362116aef617b2cdc179c267cc3b83b13cc100","SHA512":"b674c403ec7a2fedcc41ed378592f959f3fd41b530be535d36ffb45627023d68c7193993aa2a77de6fed75d8b90be0dfcba828b380322098d5132a44eb49267b","SHA256":"9ff736fe67aba7e35f31f9df25fc3fbdfe9c8c45db32de3c56db7e047ff081d6"},"package-locations":["https://hackage.haskell.org/package/composite-base-0.7.4.0/composite-base-0.7.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/composite-base-0.7.4.0.tar.gz"],"package-size":13536}
34 changes: 34 additions & 0 deletions composite-binary/0.7.4.0/composite-binary.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cabal-version: 1.12

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

name: composite-binary
version: 0.7.4.0
synopsis: Orphan binary instances.
description: Binary instance for (:->) and Record.
category: Records
homepage: https://github.com/ConferOpenSource/composite#readme
author: Confer Health, Inc
maintainer: oss@vitalbio.com
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
license: BSD3
build-type: Simple

library
exposed-modules:
Composite.Record.Binary
other-modules:
Paths_composite_binary
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2
build-depends:
base >=4.7 && <5
, binary >=0.8 && <0.9
, composite-base >=0.7 && <0.8
default-language: Haskell2010
1 change: 1 addition & 0 deletions composite-binary/0.7.4.0/composite-binary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"9b4a5749cb0f2249ce28fae2ff4f280f","Skein512_512":"9634825ed6f49bdaaf4ca94ee30444407f47c805144ea85a2e89c243430cd85b318dfa6e3ab02aac34b3bffb54b3e0508a705b5a171b3ccd094abea7fdc2341b","SHA1":"49ed5a53b790bdbc507c594efeb5570473682879","SHA512":"5f0b035fd946f8ebe6838b24c3f3277aa2ce570509de82e151884441a20c35643f35b8d0deea27d557e8916772f7696993bc95e57b52e940af0fd9fa439a9e8c","SHA256":"97b17fa078e50afa7820dc23f1399075a11b4ec48bc853b8cd97de3bf344a81d"},"package-locations":["https://hackage.haskell.org/package/composite-binary-0.7.4.0/composite-binary-0.7.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/composite-binary-0.7.4.0.tar.gz"],"package-size":1229}
37 changes: 37 additions & 0 deletions composite-ekg/0.7.4.0/composite-ekg.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
cabal-version: 1.12

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

name: composite-ekg
version: 0.7.4.0
synopsis: EKG Metrics for Vinyl records
description: Integration between EKG and Vinyl records allowing records holding registered metrics to be easily constructed from a type declaration.
category: Records
homepage: https://github.com/ConferOpenSource/composite#readme
author: Confer Health, Inc
maintainer: oss@vitalbio.com
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
license: BSD3
build-type: Simple

library
exposed-modules:
Composite.Ekg
other-modules:
Paths_composite_ekg
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings PolyKinds ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2
build-depends:
base >=4.7 && <5
, composite-base >=0.7 && <0.8
, ekg-core >=0.1.1.3 && <0.5
, lens >=4.15.4 && <4.20
, text >=1.2.2.2 && <1.3
, vinyl >=0.5.3 && <0.14
default-language: Haskell2010
1 change: 1 addition & 0 deletions composite-ekg/0.7.4.0/composite-ekg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"44fa8d76076d8073822708463ac73fe8","Skein512_512":"981dc082e2fb9f6fb0c79ccfbeec8815a14bc1e17c9f52c4f20a59fd549eb276b58ec38d9ee0dcf9eee518af2e65ca2fad9ff58c9fd03ab155e0c5175a4c66cb","SHA1":"84a23d8bf9f4612d8df2ab15a50e707b0a68d0ef","SHA512":"031687434af431dd58fc061906eea174477329fa66bb3959808d86e87fc4ad701927f675fea7828ffa0ed800c69e924526a3c06e12ef69f1c67a98d4c30a2dca","SHA256":"023df86855febb6e604b71d0aede99441decda451bd350677678bb60cdb51c79"},"package-locations":["https://hackage.haskell.org/package/composite-ekg-0.7.4.0/composite-ekg-0.7.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/composite-ekg-0.7.4.0.tar.gz"],"package-size":1948}
34 changes: 34 additions & 0 deletions composite-hashable/0.7.4.0/composite-hashable.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cabal-version: 1.12

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

name: composite-hashable
version: 0.7.4.0
synopsis: Orphan hashable instances.
description: Hashable instance for (:->) and Record.
category: Records
homepage: https://github.com/ConferOpenSource/composite#readme
author: Confer Health, Inc
maintainer: oss@vitalbio.com
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
license: BSD3
build-type: Simple

library
exposed-modules:
Composite.Record.Hashable
other-modules:
Paths_composite_hashable
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2
build-depends:
base >=4.7 && <5
, composite-base >=0.7 && <0.8
, hashable >=1.1.1 && <1.4
default-language: Haskell2010
1 change: 1 addition & 0 deletions composite-hashable/0.7.4.0/composite-hashable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"bbeedfeffe1ab538c32df12026fa26a5","Skein512_512":"b6e356a17ac12b081388f1f851f316e6a6dba98889cb1bf169e51abe90a295f9651290632351bdec25ff4fe94bbf25a861b0a7b09b44a17d9db0b6eaa8a2adfa","SHA1":"f3eb439fa050374be52adba372d9e7e3f09c8df4","SHA512":"970c6f34ea4e5b5c09e75d046154d8da7cba37e48893e7a25afd15c8be737eccab4038d831e47f431264e3d1be10252b647d11f58da1cee9ba6f8a02c6b737bb","SHA256":"e1d505e6bd2025932df54fe7ee567b0ce65bb981dd7e579f1d0ffc6f53359b7f"},"package-locations":["https://hackage.haskell.org/package/composite-hashable-0.7.4.0/composite-hashable-0.7.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/composite-hashable-0.7.4.0.tar.gz"],"package-size":1196}
Loading

0 comments on commit c59a311

Please sign in to comment.