Commit graph

21 commits

Author SHA1 Message Date
Ryosuke Moro
c40e156919 make it clear what package depend on
discussed with wiz@.
2014-08-29 14:09:59 +00:00
Ryosuke Moro
de092f9467 Update to 3.1.3
Changes in 3.1.3:
 * Fix for clang (XCode 5)
2013-11-28 13:21:51 +00:00
Ryosuke Moro
a9b432c9af Update to 3.1.2
Changes in 3.1.2:
    Add missing file to extra-source-files
Changes in 3.1.1:
	Bug fixes (#24, #30, #31, #32)

( #32 => https://github.com/simonmar/alex/pull/32 )
( #31 => https://github.com/simonmar/alex/pull/31 )
( #30 => https://github.com/simonmar/alex/pull/30 )
( #24 => https://github.com/simonmar/alex/pull/24 )
2013-11-12 10:03:28 +00:00
Ryosuke Moro
a6dfc7bffe Update to 3.1.0
Changes in 3.1.0:
* necessary changes to work with GHC 7.8.1
2013-09-17 21:27:00 +00:00
Ryosuke Moro
bd17eea836 Update to 3.0.5
changes:
Fixed Basic Wrapper bug (John Miller)
2013-04-21 00:51:18 +00:00
PHO / phonohawk
8fa94c0bc1 alex no longer depends on perl. 2013-03-02 12:31:41 +00:00
Ryosuke Moro
29b0015f1d patch removed 2013-02-20 13:15:52 +00:00
Ryosuke Moro
770677b079 Update to 3.0.4
patches/patch-alex.cabal:
	templates/GenericTemplate.hs seems no need to use BangPatterns for now.
2013-02-20 13:10:34 +00:00
Ryosuke Moro
ec6c4deb1d To escape from dependency hell
see wip/mk/haskell.mk
2013-01-09 23:29:38 +00:00
PHO / phonohawk
abcb5e1312 Forgot to cvs add buildlink3.mk 2012-03-11 07:23:34 +00:00
PHO / phonohawk
4f16611d12 Upstream update to alex-3.0.1 2012-03-11 07:21:10 +00:00
Emil Sköldberg
6fee4cf28f Update maintainer email address to valid address. 2011-01-17 10:48:03 +00:00
PHO / phonohawk
0ee04ebb5c Upstream update to alex-2.3.5 2011-01-14 07:17:08 +00:00
Emil Sköldberg
4eefb49712 Update 2.1.0 -> 2.3.2
Changes in Alex 2.3 vs. 2.2

  * monadUserState wrapper (Alain Cremieux)
  * Efficient lexing of strict ByteStrings (Don Stewart)
  * Works with Cabal 1.2, 1.4 & 1.6


Changes in Alex 2.2 vs. 2.1.0:

  * Requires Cabal 1.2
  * ByteString wrappers: use Alex to lex ByteStrings directly
2010-04-10 06:40:52 +00:00
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
Thomas Klausner
18dbec4419 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:39 +00:00
Emil Sköldberg
930f0ae139 Update to version 2.1.0
Changes since 2.0.1:

  * Switch to a Cabal build system: you need a recent version of Cabal
    (1.1.6 or later). If you have GHC 6.4.2, then you need to upgrade
    Cabal before building Alex. GHC 6.6 is fine.

  * Slight change in the error semantics: the input returned on error
    is before the erroneous character was read, not after. This helps
    to give better error messages.
2007-04-23 15:29:37 +00:00
Emil Sköldberg
3fbb7195e8 Fixed "test ==" issue. 2007-01-09 15:27:30 +00:00
Emil Sköldberg
bd9256b223 Added perl to USE_TOOLS 2006-08-25 13:32:39 +00:00
Roland Illig
2027d780bc Replaced SITES_* with SITES.*. 2006-07-22 04:42:34 +00:00
Emil Sköldberg
f164223f41 Alex is a tool for generating lexical analysers in Haskell, given a
description of the tokens to be recognised in the form of regular
expressions. It is similar to the tools lex and flex for C/C++.

Alex takes a description of tokens based on regular expressions and
generates a Haskell module containing code for scanning text
efficiently. Alex is designed to be familiar to exisiting lex users,
although it does depart from lex in a number of ways.
2005-11-15 14:32:42 +00:00