mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-25 09:34:13 +03:00
242 lines
4.9 KiB
Plaintext
242 lines
4.9 KiB
Plaintext
cabal-version: 2.2
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.35.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
--
|
|
-- hash: 94f21d6da342bb311acc23da9681dae7e37fda3ecbf6b623de9880de38785605
|
|
|
|
name: nixpkgs-update
|
|
version: 0.4.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 et al.
|
|
maintainer: ryan@ryantm.com
|
|
copyright: 2018-2022 Ryan Mulligan et al.
|
|
license: CC0-1.0
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/ryantm/nixpkgs-update
|
|
|
|
library
|
|
exposed-modules:
|
|
Check
|
|
CVE
|
|
Data.Hex
|
|
DeleteMerged
|
|
File
|
|
GH
|
|
Git
|
|
Nix
|
|
NixpkgsReview
|
|
NVD
|
|
NVDRules
|
|
OurPrelude
|
|
Outpaths
|
|
Process
|
|
Repology
|
|
Rewrite
|
|
Skiplist
|
|
Update
|
|
Utils
|
|
Version
|
|
hs-source-dirs:
|
|
src
|
|
default-extensions:
|
|
DataKinds
|
|
FlexibleContexts
|
|
GADTs
|
|
LambdaCase
|
|
PolyKinds
|
|
RankNTypes
|
|
ScopedTypeVariables
|
|
TypeApplications
|
|
TypeFamilies
|
|
TypeOperators
|
|
BlockArguments
|
|
ghc-options: -Wall -O2 -flate-specialise -fspecialise-aggressively -fplugin=Polysemy.Plugin
|
|
build-depends:
|
|
aeson
|
|
, base >=4.13 && <5
|
|
, bytestring
|
|
, conduit
|
|
, containers
|
|
, cryptohash-sha256
|
|
, directory
|
|
, errors
|
|
, filepath
|
|
, github
|
|
, http-client
|
|
, http-client-tls
|
|
, http-conduit
|
|
, http-types
|
|
, iso8601-time
|
|
, lifted-base
|
|
, mtl
|
|
, neat-interpolation
|
|
, optparse-applicative
|
|
, parsec
|
|
, parsers
|
|
, partial-order
|
|
, polysemy
|
|
, polysemy-plugin
|
|
, regex-applicative-text
|
|
, servant
|
|
, servant-client
|
|
, sqlite-simple
|
|
, template-haskell
|
|
, temporary
|
|
, text
|
|
, th-env
|
|
, time
|
|
, transformers
|
|
, typed-process
|
|
, unix
|
|
, unordered-containers
|
|
, vector
|
|
, versions
|
|
, xdg-basedir
|
|
, zlib
|
|
default-language: Haskell2010
|
|
|
|
executable nixpkgs-update
|
|
main-is: Main.hs
|
|
hs-source-dirs:
|
|
app
|
|
default-extensions:
|
|
DataKinds
|
|
FlexibleContexts
|
|
GADTs
|
|
LambdaCase
|
|
PolyKinds
|
|
RankNTypes
|
|
ScopedTypeVariables
|
|
TypeApplications
|
|
TypeFamilies
|
|
TypeOperators
|
|
BlockArguments
|
|
ghc-options: -Wall -O2 -flate-specialise -fspecialise-aggressively -fplugin=Polysemy.Plugin
|
|
build-depends:
|
|
aeson
|
|
, base >=4.13 && <5
|
|
, bytestring
|
|
, conduit
|
|
, containers
|
|
, cryptohash-sha256
|
|
, directory
|
|
, errors
|
|
, filepath
|
|
, github
|
|
, http-client
|
|
, http-client-tls
|
|
, http-conduit
|
|
, http-types
|
|
, iso8601-time
|
|
, lifted-base
|
|
, mtl
|
|
, neat-interpolation
|
|
, nixpkgs-update
|
|
, optparse-applicative
|
|
, parsec
|
|
, parsers
|
|
, partial-order
|
|
, polysemy
|
|
, polysemy-plugin
|
|
, regex-applicative-text
|
|
, servant
|
|
, servant-client
|
|
, sqlite-simple
|
|
, template-haskell
|
|
, temporary
|
|
, text
|
|
, th-env
|
|
, time
|
|
, transformers
|
|
, typed-process
|
|
, unix
|
|
, unordered-containers
|
|
, vector
|
|
, versions
|
|
, xdg-basedir
|
|
, zlib
|
|
default-language: Haskell2010
|
|
|
|
test-suite spec
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
CheckSpec
|
|
DoctestSpec
|
|
UpdateSpec
|
|
UtilsSpec
|
|
hs-source-dirs:
|
|
test
|
|
default-extensions:
|
|
DataKinds
|
|
FlexibleContexts
|
|
GADTs
|
|
LambdaCase
|
|
PolyKinds
|
|
RankNTypes
|
|
ScopedTypeVariables
|
|
TypeApplications
|
|
TypeFamilies
|
|
TypeOperators
|
|
BlockArguments
|
|
ghc-options: -Wall -O2 -flate-specialise -fspecialise-aggressively -fplugin=Polysemy.Plugin
|
|
build-depends:
|
|
aeson
|
|
, base >=4.13 && <5
|
|
, bytestring
|
|
, conduit
|
|
, containers
|
|
, cryptohash-sha256
|
|
, directory
|
|
, doctest
|
|
, errors
|
|
, filepath
|
|
, github
|
|
, hspec
|
|
, hspec-discover
|
|
, http-client
|
|
, http-client-tls
|
|
, http-conduit
|
|
, http-types
|
|
, iso8601-time
|
|
, lifted-base
|
|
, mtl
|
|
, neat-interpolation
|
|
, nixpkgs-update
|
|
, optparse-applicative
|
|
, parsec
|
|
, parsers
|
|
, partial-order
|
|
, polysemy
|
|
, polysemy-plugin
|
|
, regex-applicative-text
|
|
, servant
|
|
, servant-client
|
|
, sqlite-simple
|
|
, template-haskell
|
|
, temporary
|
|
, text
|
|
, th-env
|
|
, time
|
|
, transformers
|
|
, typed-process
|
|
, unix
|
|
, unordered-containers
|
|
, vector
|
|
, versions
|
|
, xdg-basedir
|
|
, zlib
|
|
default-language: Haskell2010
|