cabal-version: 2.0 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: gh version: 0.1.0.1 synopsis: Haskell bindings for gh CLI description: A standalone library for gh CLI operations category: System homepage: https://github.com/juspay/vira/tree/main/packages/gh author: Sridhar Ratnakumar maintainer: srid@srid.ca copyright: 2025 Juspay license: MIT build-type: Simple extra-source-files: CHANGELOG.md library exposed-modules: GH.Signoff other-modules: Paths_gh autogen-modules: Paths_gh hs-source-dirs: src default-extensions: DataKinds DeriveDataTypeable DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia ExplicitForAll FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving ImportQualifiedPost LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoStarIsType NumericUnderscores OverloadedStrings ScopedTypeVariables StrictData TypeApplications TypeFamilies TypeOperators TypeSynonymInstances ViewPatterns ghc-options: -Wall -optP-Wno-nonportable-include-path -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wunused-foralls -fprint-explicit-foralls -fprint-explicit-kinds build-depends: base ==4.* , process , relude >=1.0 , which mixins: base hiding (Prelude) , relude (Relude as Prelude, Relude.Container.One) , relude default-language: GHC2021 executable gh-test main-is: Spec.hs other-modules: GH.SignoffSpec Paths_gh autogen-modules: Paths_gh hs-source-dirs: test default-extensions: DataKinds DeriveDataTypeable DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia ExplicitForAll FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving ImportQualifiedPost LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoStarIsType NumericUnderscores OverloadedStrings ScopedTypeVariables StrictData TypeApplications TypeFamilies TypeOperators TypeSynonymInstances ViewPatterns ghc-options: -Wall -optP-Wno-nonportable-include-path -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wunused-foralls -fprint-explicit-foralls -fprint-explicit-kinds -threaded -rtsopts -with-rtsopts=-N build-depends: base ==4.* , gh , hspec , hspec-discover , process , relude >=1.0 , which mixins: base hiding (Prelude) , relude (Relude as Prelude, Relude.Container.One) , relude default-language: GHC2021