Skip to content

Commit

Permalink
Update from Hackage at 2020-02-07T19:07:34Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 7, 2020
1 parent 786b0a5 commit f57c80f
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
74 changes: 74 additions & 0 deletions git-brunch/1.1.2.0/git-brunch.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
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: 5b7eb71a309f48faa9be9042e708c49c0f820ed08b4058d60050cdedd65e5278

name: git-brunch
version: 1.1.2.0
synopsis: git checkout command-line tool
description: Please see the README on GitHub at <https://github.com/andys8/git-brunch#readme>
category: Git
homepage: https://github.com/andys8/git-brunch#readme
bug-reports: https://github.com/andys8/git-brunch/issues
author: andys8
maintainer: andys8@users.noreply.github.com
copyright: 2020 andys8
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/andys8/git-brunch

flag static
manual: True
default: False

executable git-brunch
main-is: Main.hs
other-modules:
Git
GitBrunch
Theme
Paths_git_brunch
hs-source-dirs:
app
build-depends:
base >=4.7 && <5
, brick
, microlens
, process
, vector
, vty
if flag(static)
ghc-options: -static -threaded -rtsopts -with-rtsopts=-N -Wall
cc-options: -static
ld-options: -static -pthread
else
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
default-language: Haskell2010

test-suite git-brunch-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Git
hs-source-dirs:
test
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, brick
, hspec
, microlens
, process
, vector
, vty
default-language: Haskell2010
1 change: 1 addition & 0 deletions git-brunch/1.1.2.0/git-brunch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"fd64ede043e2b7519643209dea9660f3","Skein512_512":"a6e773f733ed2d815a6f470fa5b6c2a6152c5a3ee1389cec0577f2054bbf28ed88fa9bba7c73dad6f506786029b246475a4cfab4e0020c846864157531970019","SHA1":"9789fca73fd36594c57c5e0ef46cbc9b945ea28b","SHA512":"ec94630ffb57dc2719144b7746d666d9944afaab2a8ed858a06a2b1a9c3f52eb4b38129f3b4a9ae1a62d762ff5f425d68a13f3c277e62bffa63d4c76f6489dd3","SHA256":"e68ce1bb51bb39a8219e906210896be74a187cc7099c6cb8ce16c7a2b8dd5c0b"},"package-locations":["https://hackage.haskell.org/package/git-brunch-1.1.2.0/git-brunch-1.1.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/git-brunch-1.1.2.0.tar.gz"],"package-size":5848}

0 comments on commit f57c80f

Please sign in to comment.