all -text +package

package allocated-processor
package
See module docs for more information, and "cv-combinators" package for example usage. Version 0.0.2
package alloy
package
Alloy is a generic programming library for performing traversals of data and applying specific operations to certain types.  More information is available in the tutorial (http://twistedsquare.com/Alloy-Tutorial.pdf) and the draft paper (http://twistedsquare.com/Alloy.pdf). Version 1.0.0
package alloy-proxy-fd
package
Two modules supplying proxy instances that allow you to define pure andor effectful instances in terms of their more general effectfulroute-including equivalents in Alloy. Version 1.0.0
package Allure
package
This is an alpha release of Allure of the Stars, a near-future Sci-Fi roguelike and tactical squad game. The game is barely fun at this stage and not yet really Sci-Fi. See the wiki for design notes and contribute. New in this release are missiles flying for three turns (by an old kosmikus' idea), visual feedback for targeting and animations of combat and individual monster moves. Long term goals are high replayability and auto-balancing through procedural content generation and persistent content modification based on player behaviour. The game is written using the LambdaHack roguelike game engine available at http://hackage.haskell.org/package/LambdaHack. Version 0.4.4
package cabal-install
package
The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs. Version 0.14.0
package cabal-install-bundle
package
This is cabal-install with bundled dependencies. Easier to bootstrap. Version 0.14.0
package cabal-install-ghc72
package
The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs. cabal-install-0.10.2 does not build with the packages that come with ghc-7.2. This package is a copy of cabal-install-0.10.2 with dependency version changes made in the cabal file and the bootstrap.sh file to be compatible with ghc-7.2 packages. Thanks to beastaugh on github for describing these changes at https:gist.github.com/1169332. This package will be removed once a new version of cabal-install comes out that is compatible with the next version of ghc, 7.4. Known bug: cabal sdist does not work with the version. You must build your own source package using tar czf. Version 0.10.4
package cabal-install-ghc74
package
This is a naive adaption of cabal-install-ghc72 for ghc 7.4.1. Don't complain if it does not work for you. The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs. cabal-install-0.10.2 does not build with the packages that come with ghc-7.4. This package is a copy of cabal-install-0.10.2 with dependency version changes made in the cabal file and the bootstrap.sh file to be compatible with ghc-7.4 packages. Thanks to beastaugh on github for describing these changes at https:gist.github.com/1169332. This package will be removed once a new version of cabal-install comes out that is compatible with the next version of ghc, 7.4. Known bug: cabal sdist does not work with the version. You must build your own source package using tar czf. Version 0.10.4
package fallingblocks
package
A game where blocks of different shapes fall down the screen. If you either fill an entire line or get four of the same color in a row, those disappear.  How long can you go before the blocks fill the screen? Version 0.1.4
package flexiwrap-smallcheck
package
SmallCheck (Serial) instances for flexiwrap Version 0.0.1
package ghc-events-parallel
package
Parses .eventlog files emitted by parallel GHC versions (6.12.3 and later). This package can replace the original ghc-events package and defines a superset of functions and types. Includes the ghc-events tool permitting, in particular, to dump an event log file as text. Version 0.4.0.0
package hinstaller
package
This module allows you to incorporate arbitrary files into a haskell module during compilation. The files are then available to you through functions which allows you to write installer-type applications which write out the files when run. Thus this can be considered in the same model as Java .jar files or executable zip or other file archives. The current implementation is now reasonably efficient. However, it does require that you have a C compiler installed which can be invoked through cc. Version 2008.2.16
package hsyscall
package
FFI to OS syscalls (open, close, sendfile etc...). Version 0.4
package jalla
package
NOTE: Hackage does not know LAPACKE, therefore jalla and the documentation are not built there. You can find its documentation at http://www.goschs.de/jalla. Jalla aims at providing high level functions for linear algebra computations which should be fast and easy enough to use. Under the hood, BLAS and LAPACKE are used (LAPACKE is a standard C interface to LAPACK which is part of LAPACK since version 3.4). The modules Numeric.Jalla.Matrix and Numeric.Jalla.Vector are probably the most useful ones for users. Everything under Numeric.Jalla.Foreign is basically wrapping stuff. Currently, I am adding new functions whenever I find some time. Please help, if you want to! There are not many tests yet, and we need some nicer error reporting (nicer than exceptions). Version 0.1.0.1
package lazysmallcheck
package
Lazy SmallCheck is a library for exhaustive, demand-driven testing of Haskell programs.  It is based on the idea that if a property holds for a partially-defined input then it must also hold for all fully-defined refinements of the that input.  Compared to ``eager'' input generation as in SmallCheck, Lazy SmallCheck may require significantly fewer test-cases to verify a property for all inputs up to a given depth. Version 0.6
package manatee-all
package
Virtual package to install all Manatee packages, please type command `manatee` to play it. :) Version 0.2.2
package monad-parallel
package
This package defines classes of monads that can perform multiple executions in parallel and combine their results. For any monad that's an instance of the class, the package re-implements a subset of the Control.Monad interface, but with parallel execution. Version 0.7.1
package parallel
package
This package provides a library for parallel programming. Version 3.2.0.3
package parallel-io
package
This package provides combinators for sequencing IO actions onto a thread pool. The thread pool is guaranteed to contain no more unblocked threads than a user-specified upper limit, thus minimizing contention. Furthermore, the parallel combinators can be used reentrantly - your parallel actions can spawn more parallel actions - without violating this property of the thread pool. The package is inspired by the thread http://thread.gmane.org/gmane.comp.lang.haskell.cafe/56499/focus=56521. Thanks to Neil Mitchell and Bulat Ziganshin for some of the code this package is based on. Version 0.3.2
package parallel-tree-search
package
This Haskell library provides an implementation of parallel search based on the search tree provided by the package tree-monad. Version 0.4.1

Show more results