summaryrefslogtreecommitdiff
path: root/guix/scripts/import/hackage.scm
AgeCommit message (Expand)Author
2021-08-04import: Use PARSE-COMMAND-LINE for options.Sarah Morgensen
2020-09-23import: Fix docstring typoes.Tobias Geerinckx-Rice
2019-12-11import: utils: 'recursive-import' returns a list rather than a stream.Ludovic Courtès
2019-12-11import: utils: 'recursive-import' returns packages in topological order.Ludovic Courtès
2018-08-11import: hackage: Support recursive importing.Ricardo Wurmus
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2016-03-02utils: Use '@' for separating package names and version numbers.Mathieu Lirzin
2015-11-26import: hackage: Assume current 'ghc' package version.Federico Beffa
2015-11-04import: hackage: Fix invalid use of 'leave'.Ludovic Courtès
2015-10-23import: hackage: Fix grammar.Paul van der Walt
2015-09-18Add (guix scripts).Alex Kost
2015-07-22import: hackage: Remove reference to unbound variable.Ludovic Courtès
2015-06-09import: hackage: Refactor parsing code and add new options.Federico Beffa
2015-04-08import: Add hackage importer.Federico Beffa