cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9419b8e057b343f1468d097cc2d93fc73794949eb759490d2066954ca1d9bd50
name: github-release
version: 1.2.5
synopsis: Upload files to GitHub releases.
description: GitHub Release uploads files to GitHub releases.
category: Utility
homepage: https://github.com/tfausak/github-release#readme
bug-reports: https://github.com/tfausak/github-release/issues
maintainer: Taylor Fausak
license: MIT
license-file: LICENSE.markdown
build-type: Simple
source-repository head
type: git
location: https://github.com/tfausak/github-release
library
exposed-modules:
GitHubRelease
other-modules:
Paths_github_release
hs-source-dirs:
library
ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe
build-depends:
aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5
, base >=4.9.0 && <4.14
, bytestring >=0.10.8 && <0.11
, http-client >=0.4.31 && <0.7
, http-client-tls >=0.2.4 && <0.4
, http-types >=0.9.1 && <0.13
, mime-types >=0.1.0 && <0.2
, optparse-generic >=1.1.1 && <1.4
, text >=1.2.2 && <1.3
, unordered-containers >=0.2.7 && <0.3
, uri-templater >=0.2.1 && <0.4
if impl(ghc >= 8.4)
ghc-options: -Wno-partial-fields
if impl(ghc >= 8.8.1)
ghc-options: -Wno-missing-deriving-strategies
default-language: Haskell2010
executable github-release
main-is: Main.hs
other-modules:
Paths_github_release
hs-source-dirs:
executables
ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded
build-depends:
aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5
, base >=4.9.0 && <4.14
, bytestring >=0.10.8 && <0.11
, github-release
, http-client >=0.4.31 && <0.7
, http-client-tls >=0.2.4 && <0.4
, http-types >=0.9.1 && <0.13
, mime-types >=0.1.0 && <0.2
, optparse-generic >=1.1.1 && <1.4
, text >=1.2.2 && <1.3
, unordered-containers >=0.2.7 && <0.3
, uri-templater >=0.2.1 && <0.4
if impl(ghc >= 8.4)
ghc-options: -Wno-partial-fields
if impl(ghc >= 8.8.1)
ghc-options: -Wno-missing-deriving-strategies
default-language: Haskell2010