packages feed

git-jump-0.1.0.3: git-jump.cabal

-- Initial git-jump.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                git-jump
version:             0.1.0.3
synopsis:            Move a git branch
description:         Move a git branch to a specified refspec (or to the upstream position)
                     Along with any uncommited changes.
                     Foregoing any committed changes.  Meant to be a
                     safer replacement for `reset --hard` to jump
                     branch tips.
homepage:            https://github.com/Peaker/git-jump
license:             BSD3
license-file:        LICENSE
author:              Eyal Lotem
copyright:           Eyal Lotem
maintainer:          eyal.lotem@gmail.com
category:            Development
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
source-repository head
  type: git
  location: https://github.com/Peaker/git-jump

executable git-jump
  main-is:             git-jump.hs
  build-depends:       base >=4 && <5
                     , process >=1.0.1.1
                     , base-compat >=0.8 && <0.9
  default-language:    Haskell2010