Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 237 by [email protected]: regex-tdfa 1.0.0 api change
http://code.google.com/p/yi-editor/issues/detail?id=237
What steps will reproduce the problem?
1. Install regex-tdfa 1.0.0
2. Try to build yi
What is the expected output? What do you see instead?
Instead of a shiny new yi binary, I see:
[ 32 of 108] Compiling Yi.Regex ( Yi/Regex.hs,
dist/build/Yi/Regex.o )
Yi/Regex.hs:18:28:
Module `Text.Regex.TDFA.TDFA' does not export `patternToDFA'
cabal: Error: some packages failed to install:
yi-0.5.3 failed during the building phase. The exception was:
exit: ExitFailure 1
As a workaround until things are changed:
--- old-yi/yi.cabal 2009-03-01 23:50:16.000000000 -0800
+++ new-yi/yi.cabal 2009-03-01 23:50:16.000000000 -0800
@@ -307,7 +307,7 @@
build-depends: pureMD5 >= 0.2.3
build-depends: random
build-depends: regex-base ==0.93.*
- build-depends: regex-tdfa >=0.95.2
+ build-depends: regex-tdfa >=0.95.2 && <1.0
build-depends: rosezipper >= 0.1 && < 0.2
build-depends: split == 0.1.*
build-depends: time == 1.1.*
Please use labels and text to provide additional information.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---