packages feed

nixpkgs-update-0.2.0: nixpkgs-update.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: dbfac301b2851ef0eb87cd2dc7989a2970db94cdaa891199031c4115cbb6f01c

name:           nixpkgs-update
version:        0.2.0
synopsis:       Tool for semi-automatic updating of nixpkgs repository
description:    nixpkgs-update provides tools for updating of nixpkgs packages in a semi-automatic way. Mainly, it is used to run the GitHub bot @r-ryantm, but the underlying update mechanisms should be generally useful and in a later version should be exposed as a command-line tool.
category:       Web
homepage:       https://github.com/ryantm/nixpkgs-update#readme
bug-reports:    https://github.com/ryantm/nixpkgs-update/issues
author:         Ryan Mulligan
maintainer:     ryan@ryantm.com
copyright:      2018 Ryan Mulligan
license:        PublicDomain
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/ryantm/nixpkgs-update

executable nixpkgs-update
  main-is: Main.hs
  other-modules:
      Blacklist
      Check
      Clean
      DeleteMerged
      File
      GH
      Git
      Nix
      Outpaths
      Update
      Utils
      Paths_nixpkgs_update
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , directory >=1.3 && <1.4
    , errors
    , filepath
    , github
    , mtl
    , neat-interpolation >=0.3 && <0.4
    , optparse-applicative
    , regex-applicative
    , shelly
    , text
    , time >=1.8 && <1.10
    , unix
    , vector
  default-language: Haskell2010

test-suite doctests
  type: exitcode-stdio-1.0
  main-is: doctests.hs
  other-modules:
      Paths_nixpkgs_update
  hs-source-dirs:
      test
  ghc-options: -threaded
  build-depends:
      base >=4.7 && <5
    , directory >=1.3 && <1.4
    , doctest
    , errors
    , filepath
    , github
    , mtl
    , neat-interpolation >=0.3 && <0.4
    , optparse-applicative
    , regex-applicative
    , shelly
    , text
    , time >=1.8 && <1.10
    , unix
    , vector
  default-language: Haskell2010