Build #2 for revdectime-0.1.1
| Package | revdectime-0.1.1 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2015-05-21 02:48:07.961461 UTC |
|---|---|
| Compiler | ghc-7.8.3 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | old-time-1.1.0.2, base-4.7.0.1 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Downloading revdectime-0.1.1...
Configuring revdectime-0.1.1...
Building revdectime-0.1.1...
Preprocessing executable 'revdectime' for revdectime-0.1.1...
[1 of 1] Compiling Main ( src/revdectime.hs, dist/build/revdectime/revdectime-tmp/Main.o )
src/revdectime.hs:38:11: Warning: Defined but not used: ‘decHour’
src/revdectime.hs:39:11: Warning: Defined but not used: ‘decMin’
src/revdectime.hs:40:11: Warning: Defined but not used: ‘decSec’
src/revdectime.hs:58:19: Warning:
Defaulting the following constraint(s) to type ‘Double’
(RealFrac b0)
arising from a use of ‘getNext’ at src/revdectime.hs:58:19-25
(Num b0)
arising from a use of ‘fromInteger’ at src/revdectime.hs:63:27-37
(Fractional b0)
arising from a use of ‘/’ at src/revdectime.hs:57:39
In the expression: getNext mt
In an equation for ‘decH’: decH = getNext mt
In an equation for ‘toRevDecTime’:
toRevDecTime (CalendarTime _ _ _ h m s p _ _ _ _ _)
= RevDecTime (fst decH) (fst decM) (fst decS)
where
mt
= 10
* (fl (h) / 24 + fl (m) / 1440 + fl (s) / 86400
+ fr (p) / 86400000000000000)
decH = getNext mt
decM = getNext (snd decH)
decS = getNext (snd decM)
....
src/revdectime.hs:61:57: Warning:
Defaulting the following constraint(s) to type ‘Integer’
(Integral a0) arising from a use of ‘properFraction’
In the first argument of ‘snd’, namely ‘(properFraction x)’
In the second argument of ‘(*)’, namely ‘snd (properFraction x)’
In the expression: 100 * snd (properFraction x)
Linking dist/build/revdectime/revdectime ...
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests or --benchmarks
flags.
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Installed revdectime-0.1.1
Test log
No test log was submitted for this report.