Added OverloadedStrings to eliminate Text fiddling.
[?]
Mar 9, 2014, 4:45 AM
TJEUE7TYDFZQL4E5LUVEEIPOIM3AN3PCV4NWODGDCOXSN4KON74QCDependencies
- [2]
Y35QCWYWMinor improvement in WorkIndex type to eliminate duplicated information. - [3]
2KZPOGRBOnce you get Haskell to compile, the tests pass! - [4]
EQXRXRZDChanged to use tasty instead of test-framework - [5]
NVOCQVASInitial failing tests.
Change contents
- replacement in test/Test.hs at line 1
{-# LANGUAGE ScopedTypeVariables #-}{-# LANGUAGE OverloadedStrings, ScopedTypeVariables #-} - replacement in test/Test.hs at line 28
testAddrs = catMaybes [ parseBtcAddr $ T.pack "123", parseBtcAddr $ T.pack "456", parseBtcAddr $ T.pack "789" ]testAddrs = catMaybes [ parseBtcAddr "123", parseBtcAddr "456", parseBtcAddr "789" ]