Dmitry Ivanov
281ff48c3b
Ask Travis to use GHC 7.10 too.
2015-01-02 16:44:58 +06:00
Corey O'Connor
698035f5e6
update changelog with thanks
2014-11-24 21:25:44 +00:00
Corey O'Connor
d71f3753f5
Merge pull request #64 from alexander-b/master
...
Relax upper bounds for lens
2014-11-24 13:04:25 -08:00
Alexander Berntsen
01f7448834
Bump to 5.2.6
...
Signed-off-by: Alexander Berntsen <alexander@plaimi.net>
2014-11-24 10:45:54 +01:00
Alexander Berntsen
8f1cc3e72b
Relax lens upper bounds to 4.7
...
Signed-off-by: Alexander Berntsen <alexander@plaimi.net>
2014-11-24 10:44:37 +01:00
Corey O'Connor
d87a5334e9
bump version to 5.2.5 for release
2014-10-29 21:50:05 -07:00
Corey O'Connor
223d2107b8
Merge pull request #62 from RyanGlScott/master
...
Bump lens, random upper version bounds
2014-10-29 21:02:39 -07:00
RyanGlScott
dd1f3a8884
Bump lens, random upper version bounds
2014-10-29 14:29:52 -05:00
Corey O'Connor
fc28afe06f
remove -fpic from cc-options. #61
2014-10-21 23:11:52 -07:00
Corey O'Connor
d526e6448e
up to 5.2.3 for release
2014-09-24 23:29:14 -07:00
Corey O'Connor
822db068a1
rename fallbackClassifier to standardClassifier.
2014-09-24 23:25:42 -07:00
Corey O'Connor
172aae8fa4
Merge branch 'ethercrow-large-input-performance'
2014-09-24 23:12:55 -07:00
Corey O'Connor
34a875bbdd
Merge branch 'large-input-performance' of github.com:ethercrow/vty into ethercrow-large-input-performance
2014-09-24 22:53:51 -07:00
Dmitry Ivanov
d629f880e6
Optimize Input.Classify.classify.
...
So I had a problem that classify.compile is evaluated on every single
keystroke. I can only guess that when classify had a call to compile
under a guard, it prevented GHC to optimize this as expected. Switching
'compile table' and pattern matching on input seems to help, I no longer
see it dominating in profiling data.
2014-09-23 23:01:53 +07:00
Corey O'Connor
72ca39c486
update to 5.2.2 for release
2014-09-21 14:51:10 -07:00
Corey O'Connor
8c2f66de0e
add notes on dev under NixOS
2014-09-21 14:51:01 -07:00
Corey O'Connor
fe8b129bf6
Merge pull request #57 from ethercrow/large-input-performance
...
When looking at input for an event, don't look too deep.
2014-09-21 14:40:58 -07:00
Dmitry Ivanov
bb55988f03
When looking at input for an event, don't look too deep.
2014-09-22 02:44:09 +07:00
Corey O'Connor
6ba874c22e
prep for release 5.2.1
2014-08-24 16:08:22 -07:00
Corey O'Connor
e9c27352fa
Merge pull request #55 from markus1189/master
...
Bump upper version bound for lens to 4.5
2014-08-22 10:14:33 -07:00
Markus Hauck
19540cd2bd
Bump upper version bound for lens to 4.5
2014-08-22 17:03:50 +02:00
Corey O'Connor
2b54cb9d2b
fix limitAttrForDisplay - #46
2014-08-15 00:14:02 -07:00
Corey O'Connor
b797c48e94
make sure to write all to terminal fd even if write ends early due to TTY buffer full
2014-08-14 23:44:21 -07:00
Corey O'Connor
6be4d65c7e
extend unexpected write size error message
2014-08-14 17:43:48 -07:00
Corey O'Connor
4391f6212b
try having travis CI use cabal-install 1.20 for test compat
2014-08-14 17:37:23 -07:00
Corey O'Connor
b667656929
force the use of cabal 1.20
2014-08-14 16:52:16 -07:00
Corey O'Connor
0c530e663c
add some debug for travis CI run
2014-08-14 16:18:50 -07:00
Corey O'Connor
faff9e31e5
try having travis CI use cabal-install 1.20 for test compat
2014-08-14 16:02:47 -07:00
Corey O'Connor
cbe30a71a3
update tests for changes in config process
2014-08-14 15:08:44 -07:00
Corey O'Connor
6f1a9f60f6
warning fixup again
2014-08-07 21:53:10 -07:00
Corey O'Connor
82932b4221
warning fixup again
2014-08-07 21:52:33 -07:00
Corey O'Connor
69fbde326b
warning fixup again
2014-08-07 21:49:02 -07:00
Corey O'Connor
761e51d44c
warning fixup again
2014-08-07 21:26:26 -07:00
Corey O'Connor
93c784d692
warning fixup again
2014-08-07 21:24:19 -07:00
Corey O'Connor
907b96af8c
build fix
2014-08-07 21:01:46 -07:00
Corey O'Connor
38cf24093b
officially remove 6.12 and 7.2 ghc versions
2014-08-07 20:58:59 -07:00
Corey O'Connor
c01c51e452
try again to get Control.Exception.catch warnings right
2014-08-07 20:48:39 -07:00
Corey O'Connor
31a294e07c
ignore deprecated warnings on tiGetStr
2014-08-07 20:47:33 -07:00
Corey O'Connor
2a934870f2
warning fixups from travis ci failures
2014-08-07 20:34:02 -07:00
Corey O'Connor
ddd61dd917
add input and output file descriptor to Config
2014-08-03 21:29:27 -07:00
Corey O'Connor
4383e241fe
Merge pull request #53 from jtdaugherty/master
...
Roguelike bugfixes and updates
2014-08-03 01:02:27 -07:00
Jonathan Daugherty
6e2a7adb61
Rogue: document addRoom and mkLevel
2014-08-01 15:58:05 -07:00
Jonathan Daugherty
30103d7c24
Rogue: use a type alias where coordinates are used
2014-08-01 15:47:10 -07:00
Jonathan Daugherty
d4d4aa391c
Rogue: main: remove redundant invocation of updateDisplay
2014-08-01 15:39:05 -07:00
Jonathan Daugherty
39b31c6593
Rogue: put image-generation functions together
2014-08-01 15:37:08 -07:00
Jonathan Daugherty
051a6d949d
Rogue: wrap some long comment lines
2014-08-01 15:35:02 -07:00
Jonathan Daugherty
d3697b7f76
Rogue: be gender-nonspecific: rename "dude" to "player" everywhere
2014-08-01 15:34:25 -07:00
Jonathan Daugherty
78387890f9
Rogue: use a type alias for the array type used for level geo data
2014-08-01 15:32:09 -07:00
Jonathan Daugherty
373301179c
Rogue: clean up warnings (remove unused imports)
2014-08-01 15:29:16 -07:00
Jonathan Daugherty
131633c08e
Rogue: whitespace
2014-08-01 15:28:37 -07:00