Skip to content

Commit

Permalink
Version 0.1.1 -> 0.2
Browse files Browse the repository at this point in the history
 * Updated dependencies.
 * Building now with fixed version of derive-trie.
 * Using Haskell2010 as default language.
  • Loading branch information
baldo committed Feb 8, 2012
1 parent a348def commit 78cbd3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,7 @@
0.1.1 -> 0.2
* Updated dependencies.
* Building now with fixed version of derive-trie.
* Using Haskell2010 as default language.

0.1 -> 0.1.1 0.1 -> 0.1.1


27 changes: 10 additions & 17 deletions regexp-tries.cabal
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: regexp-tries Name: regexp-tries
Version: 0.1.1 Version: 0.2
Stability: Alpha Stability: Alpha
Synopsis: Regular Expressions on Tries. Synopsis: Regular Expressions on Tries.
Description: Regular Expressions on Tries. Description: Regular Expressions on Tries.
Expand All @@ -11,8 +11,8 @@ Maintainer: Andreas Baldeau <andreas@baldeau.net>
Homepage: http://github.com/baldo/regexp-tries Homepage: http://github.com/baldo/regexp-tries
Bug-Reports: http://github.com/baldo/regexp-tries/issues Bug-Reports: http://github.com/baldo/regexp-tries/issues
Category: Data Category: Data
Tested-With: GHC == 6.12.3 Tested-With: GHC == 7.0.3
Cabal-Version: >= 1.8 Cabal-Version: >= 1.10


Extra-Source-Files: Extra-Source-Files:
Setup.hs Setup.hs
Expand All @@ -24,11 +24,14 @@ Source-Repository head
Location: git://github.com/baldo/regexp-tries.git Location: git://github.com/baldo/regexp-tries.git


Library Library
Default-Language:
Haskell2010

Build-Depends: Build-Depends:
base == 4.*, base >= 4.3 && < 4.5,
containers == 0.3.*, containers >= 0.3 && < 0.5,
derive-trie == 0.1.*, derive-trie >= 0.2.1 && < 0.3,
template-haskell == 2.4.*, template-haskell >= 2.5 && < 2.7,
weighted-regexp >= 0.3.1 && < 0.4 weighted-regexp >= 0.3.1 && < 0.4


Ghc-Options: Ghc-Options:
Expand All @@ -46,13 +49,3 @@ Library
Data.ListTrie.ListTrie Data.ListTrie.ListTrie
Data.ListTrie.RegExp.Common Data.ListTrie.RegExp.Common


Extensions:
FlexibleContexts
FlexibleInstances
FunctionalDependencies
MultiParamTypeClasses
OverlappingInstances
TemplateHaskell
TypeSynonymInstances
UndecidableInstances

0 comments on commit 78cbd3d

Please sign in to comment.