Created
June 10, 2015 15:42
-
-
Save karptonite/37dc7b0d0d355e8e3437 to your computer and use it in GitHub Desktop.
xhaskell test output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- accumulate | |
Cases: 6 Tried: 6 Errors: 0 Failures: 0 | |
-- allergies | |
Cases: 12 Tried: 12 Errors: 0 Failures: 0 | |
-- anagram | |
Cases: 9 Tried: 9 Errors: 0 Failures: 0 | |
-- atbash-cipher | |
Cases: 9 Tried: 9 Errors: 0 Failures: 0 | |
-- bank-account | |
BankAccount.hs:4:8: | |
Could not find module ‘Control.Concurrent.STM’ | |
Perhaps you meant | |
Control.Concurrent.QSem (from base-4.8.0.0) | |
Control.Concurrent (from base-4.8.0.0) | |
Control.Concurrent.Chan (from base-4.8.0.0) | |
Use -v to see a list of the files searched for. | |
-- beer-song | |
Cases: 6 Tried: 6 Errors: 0 Failures: 0 | |
-- binary | |
Cases: 9 Tried: 9 Errors: 0 Failures: 0 | |
-- binary-search-tree | |
BST.hs:5:1: Warning: | |
The import of ‘<$>’ from module ‘Control.Applicative’ is redundant | |
<no location info>: | |
Failing due to -Werror. | |
-- bob | |
Cases: 19 Tried: 19 Errors: 0 Failures: 0 | |
-- clock | |
Cases: 8 Tried: 8 Errors: 0 Failures: 0 | |
-- connect | |
Cases: 8 Tried: 8 Errors: 0 Failures: 0 | |
-- crypto-square | |
Cases: 12 Tried: 12 Errors: 0 Failures: 0 | |
-- custom-set | |
CustomSet.hs:23:1: Warning: | |
The import of ‘Data.Monoid’ is redundant | |
except perhaps to import instances from ‘Data.Monoid’ | |
To import instances alone, use: import Data.Monoid() | |
<no location info>: | |
Failing due to -Werror. | |
-- difference-of-squares | |
Cases: 10 Tried: 10 Errors: 0 Failures: 0 | |
-- etl | |
Cases: 4 Tried: 4 Errors: 0 Failures: 0 | |
-- food-chain | |
Cases: 1 Tried: 1 Errors: 0 Failures: 0 | |
-- forth | |
Forth.hs:24:10: | |
Ambiguous occurrence ‘Word’ | |
It could refer to either ‘Forth.Word’, defined at Forth.hs:19:1 | |
or ‘Prelude.Word’, | |
imported from ‘Prelude’ at Forth.hs:2:8-12 | |
(and originally defined in ‘GHC.Types’) | |
Forth.hs:42:26: | |
Ambiguous occurrence ‘Word’ | |
It could refer to either ‘Forth.Word’, defined at Forth.hs:19:1 | |
or ‘Prelude.Word’, | |
imported from ‘Prelude’ at Forth.hs:2:8-12 | |
(and originally defined in ‘GHC.Types’) | |
Forth.hs:50:20: | |
Ambiguous occurrence ‘Word’ | |
It could refer to either ‘Forth.Word’, defined at Forth.hs:19:1 | |
or ‘Prelude.Word’, | |
imported from ‘Prelude’ at Forth.hs:2:8-12 | |
(and originally defined in ‘GHC.Types’) | |
Forth.hs:53:21: | |
Ambiguous occurrence ‘Word’ | |
It could refer to either ‘Forth.Word’, defined at Forth.hs:19:1 | |
or ‘Prelude.Word’, | |
imported from ‘Prelude’ at Forth.hs:2:8-12 | |
(and originally defined in ‘GHC.Types’) | |
-- gigasecond | |
/Users/karp/Documents/git/xhaskell/gigasecond/gigasecond_test.hs:9:15: | |
Couldn't match expected type ‘time-1.5.0.1:Data.Time.Format.Locale.TimeLocale’ | |
with actual type ‘System.Locale.TimeLocale’ | |
NB: ‘time-1.5.0.1:Data.Time.Format.Locale.TimeLocale’ | |
is defined in ‘Data.Time.Format.Locale’ in package ‘time-1.5.0.1’ | |
‘System.Locale.TimeLocale’ | |
is defined in ‘System.Locale’ in package ‘old-locale-1.0.0.7’ | |
In the first argument of ‘readTime’, namely ‘defaultTimeLocale’ | |
In the expression: | |
readTime defaultTimeLocale (iso8601DateFormat (Just "%T%Z")) | |
-- go-counting | |
Cases: 11 Tried: 11 Errors: 0 Failures: 0 | |
-- grade-school | |
Cases: 6 Tried: 6 Errors: 0 Failures: 0 | |
-- grains | |
Cases: 8 Tried: 8 Errors: 0 Failures: 0 | |
-- hexadecimal | |
Cases: 10 Tried: 10 Errors: 0 Failures: 0 | |
-- house | |
Cases: 1 Tried: 1 Errors: 0 Failures: 0 | |
-- kindergarten-garden | |
Cases: 5 Tried: 5 Errors: 0 Failures: 0 | |
-- largest-series-product | |
Cases: 18 Tried: 18 Errors: 0 Failures: 0 | |
-- leap | |
Cases: 4 Tried: 4 Errors: 0 Failures: 0 | |
-- linked-list | |
Deque.hs:5:8: | |
Could not find module ‘Control.Concurrent.STM’ | |
Perhaps you meant | |
Control.Concurrent.QSem (from base-4.8.0.0) | |
Control.Concurrent (from base-4.8.0.0) | |
Control.Concurrent.Chan (from base-4.8.0.0) | |
Use -v to see a list of the files searched for. | |
-- list-ops | |
Cases: 25 Tried: 25 Errors: 0 Failures: 0 | |
-- luhn | |
Cases: 17 Tried: 17 Errors: 0 Failures: 0 | |
-- matrix | |
/Users/karp/Documents/git/xhaskell/matrix/matrix_test.hs:6:18: | |
Could not find module ‘Data.Vector’ | |
Perhaps you meant Data.Functor (from base-4.8.0.0) | |
Use -v to see a list of the files searched for. | |
-- meetup | |
Cases: 91 Tried: 91 Errors: 0 Failures: 0 | |
-- minesweeper | |
Cases: 7 Tried: 7 Errors: 0 Failures: 0 | |
-- nth-prime | |
Cases: 7 Tried: 7 Errors: 0 Failures: 0 | |
-- nucleotide-count | |
Cases: 9 Tried: 9 Errors: 0 Failures: 0 | |
-- ocr-numbers | |
Cases: 16 Tried: 16 Errors: 0 Failures: 0 | |
-- octal | |
/Users/karp/Documents/git/xhaskell/octal/octal_test.hs:1:8: | |
Could not find module ‘Test.QuickCheck’ | |
Use -v to see a list of the files searched for. | |
/Users/karp/Documents/git/xhaskell/octal/octal_test.hs:2:8: | |
Could not find module ‘Test.QuickCheck.Test’ | |
Use -v to see a list of the files searched for. | |
-- palindrome-products | |
Cases: 10 Tried: 10 Errors: 0 Failures: 0 | |
-- parallel-letter-frequency | |
Frequency.hs:3:18: | |
Could not find module ‘Control.Parallel.Strategies’ | |
Use -v to see a list of the files searched for. | |
-- pascals-triangle | |
Cases: 7 Tried: 7 Errors: 0 Failures: 0 | |
-- phone-number | |
Cases: 13 Tried: 13 Errors: 0 Failures: 0 | |
-- pig-latin | |
Cases: 5 Tried: 5 Errors: 0 Failures: 0 | |
-- point-mutations | |
Cases: 5 Tried: 5 Errors: 0 Failures: 0 | |
-- pov | |
Cases: 14 Tried: 14 Errors: 0 Failures: 0 | |
-- prime-factors | |
Cases: 11 Tried: 11 Errors: 0 Failures: 0 | |
-- pythagorean-triplet | |
Cases: 2 Tried: 2 Errors: 0 Failures: 0 | |
-- queen-attack | |
Cases: 11 Tried: 11 Errors: 0 Failures: 0 | |
-- raindrops | |
Raindrops.hs:2:1: Warning: | |
The import of ‘Data.Monoid’ is redundant | |
except perhaps to import instances from ‘Data.Monoid’ | |
To import instances alone, use: import Data.Monoid() | |
<no location info>: | |
Failing due to -Werror. | |
-- rna-transcription | |
Cases: 5 Tried: 5 Errors: 0 Failures: 0 | |
-- robot-name | |
Robot.hs:5:8: | |
Could not find module ‘System.Random’ | |
Use -v to see a list of the files searched for. | |
/Users/karp/Documents/git/xhaskell/robot-name/robot-name_test.hs:4:8: | |
Could not find module ‘Text.Regex’ | |
Perhaps you meant Text.Read (from base-4.8.0.0) | |
Use -v to see a list of the files searched for. | |
/Users/karp/Documents/git/xhaskell/robot-name/robot-name_test.hs:5:8: | |
Could not find module ‘Text.Regex.Base’ | |
Use -v to see a list of the files searched for. | |
-- robot-simulator | |
Cases: 5 Tried: 5 Errors: 0 Failures: 0 | |
-- roman-numerals | |
Cases: 18 Tried: 18 Errors: 0 Failures: 0 | |
-- saddle-points | |
Matrix.hs:3:1: Warning: | |
The import of ‘Data.Monoid’ is redundant | |
except perhaps to import instances from ‘Data.Monoid’ | |
To import instances alone, use: import Data.Monoid() | |
Matrix.hs:5:1: Warning: | |
The import of ‘Data.Functor’ is redundant | |
except perhaps to import instances from ‘Data.Functor’ | |
To import instances alone, use: import Data.Functor() | |
<no location info>: | |
Failing due to -Werror. | |
-- say | |
Say.hs:3:1: Warning: | |
The import of ‘Data.Functor’ is redundant | |
except perhaps to import instances from ‘Data.Functor’ | |
To import instances alone, use: import Data.Functor() | |
<no location info>: | |
Failing due to -Werror. | |
-- scrabble-score | |
Cases: 6 Tried: 6 Errors: 0 Failures: 0 | |
-- secret-handshake | |
Cases: 10 Tried: 10 Errors: 0 Failures: 0 | |
-- series | |
Cases: 3 Tried: 3 Errors: 0 Failures: 0 | |
-- sgf-parsing | |
Sgf.hs:7:18: | |
Could not find module ‘Data.Attoparsec.Combinator’ | |
Use -v to see a list of the files searched for. | |
Sgf.hs:8:18: | |
Could not find module ‘Data.Attoparsec.Text’ | |
Use -v to see a list of the files searched for. | |
-- sieve | |
Sieve.hs:4:18: | |
Could not find module ‘Data.Vector’ | |
Perhaps you meant Data.Functor (from base-4.8.0.0) | |
Use -v to see a list of the files searched for. | |
Sieve.hs:5:18: | |
Could not find module ‘Data.Vector.Mutable’ | |
Use -v to see a list of the files searched for. | |
-- simple-cipher | |
Cipher.hs:3:8: | |
Could not find module ‘System.Random’ | |
Use -v to see a list of the files searched for. | |
-- simple-linked-list | |
Cases: 6 Tried: 6 Errors: 0 Failures: 0 | |
-- space-age | |
Cases: 8 Tried: 8 Errors: 0 Failures: 0 | |
-- strain | |
Cases: 12 Tried: 12 Errors: 0 Failures: 0 | |
-- sublist | |
Cases: 18 Tried: 18 Errors: 0 Failures: 0 | |
-- sum-of-multiples | |
Cases: 9 Tried: 9 Errors: 0 Failures: 0 | |
-- triangle | |
Cases: 8 Tried: 8 Errors: 0 Failures: 0 | |
-- trinary | |
/Users/karp/Documents/git/xhaskell/trinary/trinary_test.hs:1:8: | |
Could not find module ‘Test.QuickCheck’ | |
Use -v to see a list of the files searched for. | |
/Users/karp/Documents/git/xhaskell/trinary/trinary_test.hs:2:8: | |
Could not find module ‘Test.QuickCheck.Test’ | |
Use -v to see a list of the files searched for. | |
-- word-count | |
Cases: 8 Tried: 8 Errors: 0 Failures: 0 | |
-- wordy | |
WordProblem.hs:6:8: | |
Could not find module ‘Data.Attoparsec.Text’ | |
Use -v to see a list of the files searched for. | |
-- zipper | |
Cases: 8 Tried: 8 Errors: 0 Failures: 0 | |
Failures: bank-account, binary-search-tree, custom-set, forth, gigasecond, linked-list, matrix, octal, parallel-letter-frequency, raindrops, robot-name, saddle-points, say, sgf-parsing, sieve, simple-cipher, trinary, wordy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment