packages feed

hackage-whatsnew-0.1.2: hackage-whatsnew.cabal

name:                hackage-whatsnew
version:             0.1.2
synopsis:            Check for differences between working directory and hackage
description:         This tool checks to see if the package in a local working directory
                     has changes which are not yet on hackage. This is useful to check if
                     you have forgetton to upload your changes to hackage.
license:             BSD3
license-file:        LICENSE
author:              Jeremy Shaw
maintainer:          jeremy@n-heptane.com
category:            Distribution
homepage:            https://github.com/stepcut/hackage-whatsnew
build-type:          Simple
cabal-version:       >=1.10
tested-with:         GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2
extra-source-files:  README.md

source-repository head
    type:     git
    location: https://github.com/stepcut/hackage-whatsnew.git

executable hackage-whatsnew
  main-is:             Main.hs
  build-depends:       base >=4.6 && < 5.0,
                       Cabal >= 1.16 && < 2.5,
                       containers >=0.5 && <0.7,
                       directory >= 1.2 && < 1.4,
                       filepath >= 1.3 && < 1.5,
                       hackage-db >= 1.22 && < 2.1,
                       process >= 1.1 && < 1.7,
                       temporary >= 1.2 && < 1.4
  default-language:    Haskell2010