Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwotton/marvin
https://github.com/mwotton/marvin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwotton/marvin
- Owner: mwotton
- Created: 2015-04-26T02:14:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T02:37:10.000Z (over 9 years ago)
- Last Synced: 2024-10-27T18:28:18.217Z (3 months ago)
- Language: Haskell
- Size: 113 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Marvin
======this is a small package for paranoid testing in Haskell,
as described in http://www.shimweasel.com/2015/04/06/paranoid-testing-in-haskell/usage: in your cabal directory, first run "cabal freeze" so we have a
consistent set of packages to use. Then run "marvin", with an optional list of packages not to build.
Marvin will then spit out an inordinate amount of text, finishing up with a quick precis of which
dependencies built in-context and which didn't. This is still rough as guts.