Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : shaker

Shaker is a build tool which allow to simply compile or launch test on an haskell project and provides some interesting features like continuous action. With continuous action, an action (compile or test) will be automatically executed when a source modification is detected. All configuration are made via cabal; Shaker will read cabal configuration to discover source directories, compilation options and targets to compile. Usage The cabal configuration file should be generated beforehand with cabal configure. If you change your cabal configuration, you will need to recreate the configuration file. Launch interactive prompt In the root of your haskell project, launch shaker. An interactive prompt will allow you to execute different actions. Launch a shaker action from command-line In the root of your haskell project, launch shaker with your action as a command argument; shaker will execute the given action and exit. See examples for more details. Action execution Available actions Examples with interactive prompt Examples with command-line

Registry - Source - Homepage - JSON
purl: pkg:hackage/shaker
Keywords: bsd3, development, library, program
License: BSD-3-Clause
Latest release: almost 13 years ago
First release: almost 14 years ago
Downloads: 8,700 total
Stars: 9 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 15 days ago

    Loading...
    Readme
    Loading...