nixpkgs-update/package.yaml

34 lines
678 B
YAML
Raw Normal View History

2018-04-04 11:19:09 +03:00
name: nixpkgs-update
2018-03-31 06:07:46 +03:00
version: 0.2.0
synopsis: Tool for automatic updating of nixpkgs repository
2018-04-04 06:45:04 +03:00
homepage: https://github.com/ryantm/nixpkgs-update#readme
2018-04-04 14:06:35 +03:00
license: PublicDomain
2018-03-31 06:07:46 +03:00
author: Ryan Mulligan
maintainer: ryan@ryantm.com
copyright: 2018 Ryan Mulligan
category: Web
extra-source-files:
- README.md
dependencies:
- base >= 4.7 && < 5
- shelly >= 1.6 && < 1.8
- text
- filepath
2018-04-04 17:37:03 +03:00
- time >= 1.8 && < 1.10
2018-04-04 02:03:46 +03:00
- optparse-applicative
2018-04-03 04:26:33 +03:00
- regex-applicative
2018-03-31 06:07:46 +03:00
executables:
2018-04-04 11:19:09 +03:00
nixpkgs-update:
2018-03-31 06:07:46 +03:00
source-dirs: src
main: Main.hs
2018-03-31 17:33:19 +03:00
tests:
doctests:
main: doctests.hs
ghc-options: -threaded
source-dirs: test
dependencies:
- doctest >= 0.11.1 && < 0.16