From 597fe9ca1cd918a6b1aa79cd0c3f53bc40317e04 Mon Sep 17 00:00:00 2001 From: all-cabal-tool Date: Fri, 12 Mar 2021 14:36:45 +0000 Subject: [PATCH] Update from Hackage at 2021-03-12T14:30:03Z --- lens-family/2.1.1/lens-family.cabal | 64 +++++++++++++++++++++++++++ lens-family/2.1.1/lens-family.json | 1 + th-compat/0.1.2/th-compat.cabal | 68 +++++++++++++++++++++++++++++ th-compat/0.1.2/th-compat.json | 1 + 4 files changed, 134 insertions(+) create mode 100644 lens-family/2.1.1/lens-family.cabal create mode 100644 lens-family/2.1.1/lens-family.json create mode 100644 th-compat/0.1.2/th-compat.cabal create mode 100644 th-compat/0.1.2/th-compat.json diff --git a/lens-family/2.1.1/lens-family.cabal b/lens-family/2.1.1/lens-family.cabal new file mode 100644 index 00000000000..38afc4778eb --- /dev/null +++ b/lens-family/2.1.1/lens-family.cabal @@ -0,0 +1,64 @@ +name: lens-family +category: Data, Lenses +version: 2.1.1 +license: BSD3 +cabal-version: >= 1.10 +license-file: LICENSE +author: Russell O'Connor +maintainer: Russell O'Connor +stability: experimental +copyright: Copyright (C) 2012,2013,2014,2017,2018,2019 Russell O'Connor +synopsis: Lens Families +build-type: Simple +extra-source-files: CHANGELOG +description: This package provides first class functional references in Van Laarhoven style supporting the following optics: + . + * Lenses (view, over) + . + * Traversals (toListOf, matching, over) + . + * Setters (over) + . + * Grates (zipWithOf, under, review) + . + * Resetters (under) + . + * Adapters (view, review) + . + * Grids (toListOf, over / under, review) + . + * Prisms (matching, over / under, review) + . + * Getters (view) + . + * Folders (toListOf) + . + * Reviewers (review) + +source-repository head + type: darcs + location: https://hub.darcs.net/roconnor/lens-family + +library + default-language: Haskell2010 + other-extensions: Rank2Types + build-depends: + base >= 4.11 && < 5, + containers >= 0.5.8 && < 0.7, + transformers >= 0.3.0 && < 0.6, + mtl >= 2.2 && < 2.3, + lens-family-core >= 2.1.0 && < 2.2 + + exposed-modules: + Lens.Family2.Unchecked + Lens.Family2 + Lens.Family2.Stock + Lens.Family2.State.Lazy + Lens.Family2.State.Strict + Lens.Family2.State + + ghc-options: -Wall + + hs-source-dirs: + src + diff --git a/lens-family/2.1.1/lens-family.json b/lens-family/2.1.1/lens-family.json new file mode 100644 index 00000000000..3fcb5c89499 --- /dev/null +++ b/lens-family/2.1.1/lens-family.json @@ -0,0 +1 @@ +{"package-hashes":{"MD5":"d5673f5f6c64ddf7efcc52eb6c67b371","Skein512_512":"9480d57ceec1f682c0c5f912c3af56d388d3c1e2c684b6ff9295c8c8dd5850c0d8dfbd9f594ff2d68ddd92ed6a4ed84137ee407222fbb9acc00be1b2a3d3424a","SHA1":"4623391349ad6a595c5cec6be0f1d2040246e315","SHA512":"4cb2d7ee939cd7d2dd0e32100336be52745fa451ada8b437ee505f47f9c9fde366ffee63b1c91d72531acca6c96332a9c8d262f812252987a476c0027084543b","SHA256":"12a5c306053b38af9533ed5da4597c7a6e1c34eff390701cf6561ce3470e43e5"},"package-locations":["https://hackage.haskell.org/package/lens-family-2.1.1/lens-family-2.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/lens-family-2.1.1.tar.gz"],"package-size":12718} \ No newline at end of file diff --git a/th-compat/0.1.2/th-compat.cabal b/th-compat/0.1.2/th-compat.cabal new file mode 100644 index 00000000000..d818fe7830d --- /dev/null +++ b/th-compat/0.1.2/th-compat.cabal @@ -0,0 +1,68 @@ +cabal-version: >=1.10 +name: th-compat +version: 0.1.2 +synopsis: Backward- (and forward-)compatible Quote and Code types +description: This package defines a "Language.Haskell.TH.Syntax.Compat" + module, which backports the @Quote@ and @Code@ types to + work across a wide range of @template-haskell@ versions. + On recent versions of @template-haskell@ (2.17.0.0 or + later), this module simply reexports @Quote@ and @Code@ + from "Language.Haskell.TH.Syntax". Refer to the Haddocks + for "Language.Haskell.TH.Syntax.Compat" for examples of + how to use this module. +homepage: https://github.com/haskell-compat/th-compat +bug-reports: https://github.com/haskell-compat/th-compat/issues +license: BSD3 +license-file: LICENSE +author: Ryan Scott +maintainer: Ryan Scott +copyright: (C) 2020 Ryan Scott +category: Text +build-type: Simple +tested-with: GHC == 7.0.4 + , GHC == 7.2.2 + , GHC == 7.4.2 + , GHC == 7.6.3 + , GHC == 7.8.4 + , GHC == 7.10.3 + , GHC == 8.0.2 + , GHC == 8.2.2 + , GHC == 8.4.4 + , GHC == 8.6.5 + , GHC == 8.8.4 + , GHC == 8.10.4 + , GHC == 9.0.1 +extra-source-files: CHANGELOG.md, README.md + +source-repository head + type: git + location: https://github.com/haskell-compat/th-compat + +library + exposed-modules: Language.Haskell.TH.Syntax.Compat + build-depends: base >= 4.3 && < 5 + , template-haskell >= 2.5 && < 2.18 + if !impl(ghc >= 8.0) + build-depends: fail == 4.9.* + , transformers >= 0.2 && < 0.6 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + if impl(ghc >= 8.6) + ghc-options: -Wno-star-is-type + +test-suite spec + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: Language.Haskell.TH.Syntax.CompatSpec + Types + build-depends: base >= 4.3 && < 5 + , base-compat >= 0.6 && < 0.12 + , hspec >= 2 && < 3 + , mtl >= 2.1 && < 2.3 + , template-haskell >= 2.5 && < 2.18 + , th-compat + build-tool-depends: hspec-discover:hspec-discover >= 2 + hs-source-dirs: tests + default-language: Haskell2010 + ghc-options: -Wall -threaded -rtsopts diff --git a/th-compat/0.1.2/th-compat.json b/th-compat/0.1.2/th-compat.json new file mode 100644 index 00000000000..cc249e21fec --- /dev/null +++ b/th-compat/0.1.2/th-compat.json @@ -0,0 +1 @@ +{"package-hashes":{"MD5":"cd0cc5dfd9cb9b937188efc7d719877d","Skein512_512":"d138620882628dced7b519aeb815d49138f8018a5aa353e6661ac8284c26859c257045cef750ea73093b1408ae5d4cd4eb73d792788901eac32eff2be68fbe5e","SHA1":"e2699f525de41fa20b45c40500d91b896c223a61","SHA512":"4910a8fdbd4ec9658205f78be0e5c832deaffe77c51695776563758de9b28e190c6134101c0467a7abc96a51a6ddf02c77943c252d2f3e41f0c4bc1fcb461073","SHA256":"2bc45d0199de3dc65ebc9b71251799f5238869dbc6a66bdf0c06c7e23d603801"},"package-locations":["https://hackage.haskell.org/package/th-compat-0.1.2/th-compat-0.1.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/th-compat-0.1.2.tar.gz"],"package-size":11737} \ No newline at end of file