Skip to content

Commit

Permalink
Merge pull request #4 from joaoSaraiva/master
Browse files Browse the repository at this point in the history
 Changed import of Prelude in RegExpParser.hs
  • Loading branch information
jorgecunhamendes authored Sep 5, 2016
2 parents 0c3cdf0 + 4932d90 commit fb12539
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HaLeX.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: HaLeX
version: 1.2.1
version: 1.2.2
synopsis: HaLeX enables modelling, manipulation and animation of regular languages
description: This library was developed in the context of a programming methodology course for
undergraduate students, and as a consequence, it was defined mainly for educational purposes.
Expand Down
1 change: 1 addition & 0 deletions HaLeX_lib/Language/HaLex/RegExpParser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
module Language.HaLex.RegExpParser ( parseRegExp
) where

import Prelude hiding ((<$>), (<*>))
import Data.Char
import Language.HaLex.Parser
import Language.HaLex.RegExp
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ copyright Jo
[email protected]


Version: 1.1 (January, 2005)
Version: 1.2.2 (August, 2016)


- halex batch tool
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ From <http://www.di.uminho.pt/~jas/Research/HaLeX/HaLeX.html>:

"6- Where to get the software

The HaLeX system is public domain and it is available as a gzipped tar file at: HaLeX_1.2.1.tgz"
The HaLeX system is public domain and it is available as a gzipped tar file at: HaLeX_1.2.2.tgz"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright João Saraiva
[email protected]


Version: 1.2.1 (October, 2013)
Version: 1.2.2 (August, 2016)


1- What is HaleX
Expand Down

0 comments on commit fb12539

Please sign in to comment.