mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-12-01 22:46:10 +03:00
32 lines
607 B
YAML
32 lines
607 B
YAML
name: nix-update
|
|
version: 0.2.0
|
|
synopsis: Tool for automatic updating of nixpkgs repository
|
|
homepage: https://github.com/ryantm/nix-update#readme
|
|
license: BSD3
|
|
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
|
|
- regex-applicative
|
|
|
|
executables:
|
|
nix-update:
|
|
source-dirs: src
|
|
main: Main.hs
|
|
|
|
tests:
|
|
doctests:
|
|
main: doctests.hs
|
|
ghc-options: -threaded
|
|
source-dirs: test
|
|
dependencies:
|
|
- doctest >= 0.11.1 && < 0.16
|