Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(Automated update by hackage2hwn)
(Automated update by hackage2hwn)
Line 1: Line 1:
 
'''Recent Package Updates''' [http://haskell.org/haskellwiki/Hackage_statistics http://galois.com/~dons/images/hackage-daily.png] [http://hackage.haskell.org/packages/archive/recent.rss http://haskell.org/sitewiki/images/0/09/Rss.png]
 
'''Recent Package Updates''' [http://haskell.org/haskellwiki/Hackage_statistics http://galois.com/~dons/images/hackage-daily.png] [http://hackage.haskell.org/packages/archive/recent.rss http://haskell.org/sitewiki/images/0/09/Rss.png]
   
;[http://hackage.haskell.org/package/storablevector-0.2.3.1 storablevector 0.2.3.1]
+
;[http://hackage.haskell.org/package/MazesOfMonad-1.0.5 MazesOfMonad 1.0.5]
  +
:Console-based Role Playing Game
:Fast, packed, strict storable arrays with a list interface like ByteString
 
;[http://hackage.haskell.org/package/haskell-src-exts-1.0.1 haskell-src-exts 1.0.1]
+
;[http://hackage.haskell.org/package/darcs-beta-2.2.98.2 darcs-beta 2.2.98.2]
  +
:a distributed, interactive, smart revision control system
:Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
 
;[http://hackage.haskell.org/package/Hieroglyph-3.5 Hieroglyph 3.5]
+
;[http://hackage.haskell.org/package/serial-0.2.6 serial 0.2.6]
  +
:POSIX serial port wrapper
:Purely functional 2D graphics for visualization.
 
;[http://hackage.haskell.org/package/Boolean-0.0.0 Boolean 0.0.0]
+
;[http://hackage.haskell.org/package/hsparql-0.1 hsparql 0.1]
  +
:A SPARQL query generator and DSL, and a client to query a SPARQL server.
:Generalized boolean ops
 
;[http://hackage.haskell.org/package/Omega-0.1.2 Omega 0.1.2]
+
;[http://hackage.haskell.org/package/curry-frontend-0.2.2 curry-frontend 0.2.2]
  +
:Compile the functional logic language Curry to several intermediate formats
:Operations on Presburger arithmetic formulae
 
;[http://hackage.haskell.org/package/TernaryTrees-0.1.1.1 TernaryTrees 0.1.1.1]
+
;[http://hackage.haskell.org/package/Lucu-0.3.2 Lucu 0.3.2]
  +
:HTTP Daemonic Library
:Efficient pure ternary tree Sets and Maps
 
;[http://hackage.haskell.org/package/mmap-0.3 mmap 0.3]
+
;[http://hackage.haskell.org/package/persistent-map-0.1.1 persistent-map 0.1.1]
  +
:A thread-safe interface for finite map types with optional persistency support.
:Memory mapped files for POSIX and Windows
 
;[http://hackage.haskell.org/package/loli-2009.6.29 loli 2009.6.29]
+
;[http://hackage.haskell.org/package/applicative-extras-0.1.5 applicative-extras 0.1.5]
  +
:Instances for Applicative
:A minimum web dev DSL in Haskell
 
;[http://hackage.haskell.org/package/haskeem-0.7.5 haskeem 0.7.5]
+
;[http://hackage.haskell.org/package/texmath-0.1.0.1 texmath 0.1.0.1]
  +
:Conversion of LaTeX math formulas to MathML.
:A small scheme interpreter
 
;[http://hackage.haskell.org/package/hashed-storage-0.3.4 hashed-storage 0.3.4]
+
;[http://hackage.haskell.org/package/nikepub-1.1.2 nikepub 1.1.2]
  +
:Command line utility publishes Nike+ runs on blogs and Twitter
:Hashed file storage support code.
 
;[http://hackage.haskell.org/package/L-seed-0.2 L-seed 0.2]
+
;[http://hackage.haskell.org/package/sendfile-0.3 sendfile 0.3]
  +
:A portable sendfile library
:Plant growing programming game
 
;[http://hackage.haskell.org/package/showdown-0.5.3 showdown 0.5.3]
+
;[http://hackage.haskell.org/package/happstack-data-0.3.3 happstack-data 0.3.3]
  +
:Happstack data manipulation libraries
:A simple gtk based Russian Roulette game.
 
;[http://hackage.haskell.org/package/fingertree-psqueue-0.1 fingertree-psqueue 0.1]
+
;[http://hackage.haskell.org/package/happstack-state-0.3.4 happstack-state 0.3.4]
  +
:Event-based distributed state.
:Implementation of priority search queues as finger trees.
 
;[http://hackage.haskell.org/package/xhb-0.3.2009.6.28 xhb 0.3.2009.6.28]
+
;[http://hackage.haskell.org/package/Agda-executable-2.2.4 Agda-executable 2.2.4]
  +
:Command-line program for type-checking and compiling Agda programs
:X Haskell Bindings
 
;[http://hackage.haskell.org/package/test-framework-quickcheck2-0.2.4 test-framework-quickcheck2 0.2.4]
+
;[http://hackage.haskell.org/package/Agda-2.2.4 Agda 2.2.4]
  +
:A dependently typed functional programming language and proof assistant
:QuickCheck2 support for the test-framework package.
 
;[http://hackage.haskell.org/package/test-framework-quickcheck-0.2.4 test-framework-quickcheck 0.2.4]
 
:QuickCheck support for the test-framework package.
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 16:17, 9 July 2009

Recent Package Updates hackage-daily.png Rss.png

MazesOfMonad 1.0.5
Console-based Role Playing Game
darcs-beta 2.2.98.2
a distributed, interactive, smart revision control system
serial 0.2.6
POSIX serial port wrapper
hsparql 0.1
A SPARQL query generator and DSL, and a client to query a SPARQL server.
curry-frontend 0.2.2
Compile the functional logic language Curry to several intermediate formats
Lucu 0.3.2
HTTP Daemonic Library
persistent-map 0.1.1
A thread-safe interface for finite map types with optional persistency support.
applicative-extras 0.1.5
Instances for Applicative
texmath 0.1.0.1
Conversion of LaTeX math formulas to MathML.
nikepub 1.1.2
Command line utility publishes Nike+ runs on blogs and Twitter
sendfile 0.3
A portable sendfile library
happstack-data 0.3.3
Happstack data manipulation libraries
happstack-state 0.3.4
Event-based distributed state.
Agda-executable 2.2.4
Command-line program for type-checking and compiling Agda programs
Agda 2.2.4
A dependently typed functional programming language and proof assistant

More...