mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 08:21:44 +03:00
25 lines
514 B
YAML
25 lines
514 B
YAML
name: nix-update
|
|
version: 0.1.0.0
|
|
#synopsis:
|
|
#description:
|
|
homepage: https://github.com/ryantm/nix-update#readme
|
|
license: BSD3
|
|
author: Ryan Mulligan
|
|
maintainer: ryan@ryantm.com
|
|
copyright: 2017 Ryan Mulligan
|
|
category: Web
|
|
extra-source-files:
|
|
- README.md
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
- hnix
|
|
- data-fix
|
|
- text
|
|
- containers
|
|
|
|
executables:
|
|
nix-update:
|
|
source-dirs: src
|
|
main: Main.hs
|