Ports Search

Results 1,1011,110 of 5,623 for /devel/.(0.003 seconds)
devel/strict-0.3.2 (Score: 0.032514982)
Strict data types and String IO
This package provides strict versions of some standard Haskell data types (pairs, Maybe and Either). It also contains strict IO operations.
Scrap Your Boilerplate With Class Text instance
Provides SYB-with-class instances for Text from the text package.
devel/syb-with-class-0.6.1.6 (Score: 0.032514982)
Scrap Your Boilerplate With Class
Classes, and Template Haskell code to generate instances, for the Scrap Your Boilerplate With Class system.
devel/Defaults-1.1.1 (Score: 0.032514982)
Create Global Function Defaults
Set, Get, and Import Global Function Defaults
devel/system-filepath-0.4.13.4 (Score: 0.032514982)
High-level, byte-based file and directory path manipulations
High-level, byte-based file and directory path manipulations.
devel/tagged-0.8.1 (Score: 0.032514982)
Haskell 98 phantom types to avoid unsafely passing dummy arguments
Haskell 98 phantom types to avoid unsafely passing dummy arguments.
devel/temporary-1.2.0.3 (Score: 0.032514982)
Portable temporary file and directory support for Windows and Unix
The functions for creating temporary files and directories in the base library are quite limited. The unixutils package contains some good ones, but they aren't portable to Windows. This library just repackages the Cabal implementations of its own temporary file and folder functions so that you can use them without linking against Cabal or depending on it being installed.
devel/test-framework-hunit-0.3.0.1 (Score: 0.032514982)
HUnit support for the test-framework package
HUnit support for the test-framework package.
QuickCheck2 support for the test-framework package
QuickCheck2 support for the test-framework package.
devel/test-framework-0.8.1.1 (Score: 0.032514982)
Framework for running and organising tests, with HUnit and QuickCheck support
Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output.