85564 Commits

Author SHA1 Message Date
kili
116ed8f519 Update to simple-sendfile-0.2.11. 2013-07-18 22:27:34 +00:00
kili
611cd670a1 Update to snap-loader-static-0.9.0.1. 2013-07-18 22:25:06 +00:00
kili
7dff6db147 Update to data-lens-template-2.1.7. 2013-07-18 22:24:08 +00:00
kili
8182429b70 Fix dependencies and bump. 2013-07-18 22:23:18 +00:00
kili
9eeecc8ccf Update to haskeline-0.7.0.3. 2013-07-18 22:22:34 +00:00
kili
af39e2069a Uopdate to mmap-0.5.8. 2013-07-18 22:21:24 +00:00
kili
9b8222bdf1 Update to dataenc-0.14.0.5. 2013-07-18 22:20:38 +00:00
kili
a840752694 Update to ghc-mtl-1.0.1.2. 2013-07-18 22:19:24 +00:00
kili
55c5363799 Update to base16-bytestring-0.1.1.5. 2013-07-18 22:18:05 +00:00
kili
f3f8fa400b Update to largeword-1.0.5. 2013-07-18 22:16:26 +00:00
kili
d999ae8676 Update to bytestring-show-0.3.5.5. 2013-07-18 22:15:43 +00:00
kili
0886cae778 Update to zlib-bindings-0.1.1.3. 2013-07-18 22:12:55 +00:00
kili
ad51d3fbb7 Update to attoparsec-enumerator-0.3.1. 2013-07-18 22:10:50 +00:00
kili
01634c555a Update to unix-compat-0.4.1.1. 2013-07-18 22:10:07 +00:00
kili
763d1a1f04 Update to gtk2hs-buildtools-0.12.4. 2013-07-18 22:08:48 +00:00
kili
5b1491f086 Update to blaze-builder-0.3.1.1. 2013-07-18 22:07:18 +00:00
kili
148fd18580 Fux dpendencies and bump. 2013-07-18 22:06:31 +00:00
kili
c8a4899630 Fix dependencies and bump. 2013-07-18 22:03:58 +00:00
kili
469adcc7e0 Fxi dependencies and bump. 2013-07-18 22:01:11 +00:00
kili
2eea99f74f Update to haskell-platform-2013.2.0.0. 2013-07-18 22:00:00 +00:00
kili
bac17b92be Update to cabal-install-1.16.0.2. 2013-07-18 21:59:17 +00:00
kili
6f8c461179 Update to alex-3.0.5. 2013-07-18 21:58:00 +00:00
kili
1fb05bdd25 Update to async-2.0.1.4. 2013-07-18 21:54:54 +00:00
kili
b22d63a455 Update do to cgi-3001.1.7.5. 2013-07-18 21:54:21 +00:00
kili
8989653531 Update to zlib-0.5.4.1. 2013-07-18 21:53:39 +00:00
kili
d8a2d6c729 Update to unordered-containers-0.2.3.0. 2013-07-18 21:52:57 +00:00
kili
8b8c11f868 Update to syb-0.4.0. 2013-07-18 21:52:22 +00:00
kili
b35f58699f Update to stm-2.4.2. 2013-07-18 21:51:39 +00:00
kili
5d12a1e53b Update to HUnit-1.2.5.2. 2013-07-18 21:50:16 +00:00
kili
79e29cad95 Update to HTTP-4000.2.8 2013-07-18 21:49:32 +00:00
kili
90d4ea97dc Update to network-2.4.1.2 2013-07-18 21:48:49 +00:00
kili
0c265392f1 Update to GLUT-2.4.0.0. 2013-07-18 21:47:59 +00:00
kili
4b3429c9af Update to OpenGL-2.8.0.0 2013-07-18 21:47:28 +00:00
kili
dbf5f98abd Update to case-insensitive-1.0.0.1. 2013-07-18 21:46:41 +00:00
kili
c9253703bc Update to hashable-1.1.2.5. 2013-07-18 21:46:04 +00:00
kili
b726188f39 Update to text-0.11.3.1. 2013-07-18 21:45:30 +00:00
kili
16fc4661f1 Update to QuickCheck-2.6 2013-07-18 21:44:52 +00:00
kili
9f65ba29c2 Update to haddock-2.13.2. 2013-07-18 21:44:12 +00:00
kili
5df364205b Update to ghc-7.6.3, revert my last two obsolete changes and
mark it as broken until all depending ports have been updated.
2013-07-18 21:43:23 +00:00
kili
16d14b640e Import hs-http-attoparsec-0.1.0:
Attoparsec parsers for http-types.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 21:06:17 +00:00
kili
6c7cb61fe2 Import hs-OpenGLRaw-1.3.0.0:
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics
system and lots of OpenGL extensions. It is basically a 1:1 mapping
of OpenGL's C API, intended as a basis for a nicer interface.
OpenGLRaw offers access to all necessary functions, tokens and types
plus a general facility for loading extension entries. The module
hierarchy closely mirrors the naming structure of the OpenGL
extensions, making it easy to find the right module to import.  All
API entries are loaded dynamically, so no special C header files
are needed for building this package. If an API entry is not found
at runtime, a userError is thrown.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 21:03:01 +00:00
kili
ed6c3bb812 Import hs-GLURaw-1.3.0.0:
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility
library. It is basically a 1:1 mapping of GLU's C API, intended as
a basis for a nicer interface.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 21:02:02 +00:00
kili
b6d46af0f8 Import hs-nats-0.1:
Haskell 98 natural numbers.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 21:01:06 +00:00
kili
91bb1f7215 Import hs-mmorph-1.0.0:
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:59:54 +00:00
kili
7744264b2a Kill special .cabal markup characters from DESCR. 2013-07-18 20:58:13 +00:00
kili
22aadaef69 Import hs-lens-3.7.6:
This package comes \"Batteries Included\" with many useful lenses
for the types commonly used from the Haskell Platform, and with
tools for automatically generating lenses and isomorphisms for
user-supplied data types.
The combinators in @Control.Lens@ provide a highly generic toolbox
for composing families of getters, folds, isomorphisms, traversals,
setters and lenses and their indexed variants.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:50:19 +00:00
kili
d0a6d11017 Import hs-extensible-exceptions-0.1.1.4 (moving out of ghc-7.6):
This package provides extensible exceptions for both new and old
versions of GHC (i.e., < 6.10).

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:48:52 +00:00
kili
d3b2c52d2a Import hs-errors-1.4.2:
The one-stop shop for all your error-handling needs!  Just import
"Control.Error".
This library encourages an error-handling style that directly uses
the type system, rather than out-of-band exceptions.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:46:45 +00:00
kili
c42debec29 Import hs-either-3.4.1:
This provides an `Either` monad transformer that unlike `ErrorT`
is unencumbered by a constraint on its `Left` hand argument.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:45:15 +00:00
kili
5bda97d88f Import hs-comonads-fd-3.0.2:
Comonad transformers using functional dependencies.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:44:13 +00:00