packages feed

Cabal revisions of google-cloud-storage-1.1.0.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.38.1.------ see: https://github.com/sol/hpack--name:           google-cloud-storage-version:        1.1.0.0-synopsis:       GCP Client for Haskell-description:    GCP Storage bucket client for Haskell.-category:       Web-homepage:       https://github.com/tusharad/google-cloud-haskell#readme-bug-reports:    https://github.com/tusharad/google-cloud-haskell/issues-author:         tushar-maintainer:     tusharadhatrao@gmail.com-copyright:      2025 tushar-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    CHANGELOG.md--source-repository head-  type: git-  location: https://github.com/tusharad/google-cloud-haskell--library-  exposed-modules:-      Google.Cloud.Storage.Bucket-  other-modules:-      Paths_google_cloud_storage-  hs-source-dirs:-      src-  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints-  build-depends:-      aeson <3-    , base >=4.7 && <5-    , bytestring >=0.9.1.4-    , google-cloud-common-    , http-conduit-    , http-types-    , text >=1.2 && <3-  default-language: Haskell2010--test-suite google-cloud-storage-test-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Paths_google_cloud_storage-  hs-source-dirs:-      test-  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      aeson <3-    , base >=4.7 && <5-    , bytestring >=0.9.1.4-    , google-cloud-common-    , google-cloud-storage-    , http-conduit-    , http-types-    , tasty >=1.4-    , tasty-hunit >=0.10-    , text >=1.2 && <3-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.38.1.
+--
+-- see: https://github.com/sol/hpack
+
+name:           google-cloud-storage
+version:        1.1.0.0
+x-revision: 1
+synopsis:       GCP Client for Haskell
+description:    GCP Storage bucket client for Haskell.
+category:       Web
+homepage:       https://github.com/tusharad/google-cloud-haskell#readme
+bug-reports:    https://github.com/tusharad/google-cloud-haskell/issues
+author:         tushar
+maintainer:     tusharadhatrao@gmail.com
+copyright:      2025 tushar
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    CHANGELOG.md
+
+source-repository head
+  type: git
+  location: https://github.com/tusharad/google-cloud-haskell
+
+library
+  exposed-modules:
+      Google.Cloud.Storage.Bucket
+  other-modules:
+      Paths_google_cloud_storage
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
+  build-depends:
+      aeson <3
+    , base >=4.7 && <5
+    , bytestring >=0.9.1.4
+    , google-cloud-common >=1.1.0.0 && <1.2.0.0
+    , http-conduit
+    , http-types
+    , text >=1.2 && <3
+  default-language: Haskell2010
+
+test-suite google-cloud-storage-test
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Paths_google_cloud_storage
+  hs-source-dirs:
+      test
+  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      aeson <3
+    , base >=4.7 && <5
+    , bytestring >=0.9.1.4
+    , google-cloud-common
+    , google-cloud-storage
+    , http-conduit
+    , http-types
+    , tasty >=1.4
+    , tasty-hunit >=0.10
+    , text >=1.2 && <3
+  default-language: Haskell2010