blob: 1047599b83d602953d04f5f5b1d0aa235626273b (
plain)
1
2
3
4
5
6
7
8
9
10
|
T5892a.hs:12:8: Warning:
Fields of `Version' not initialised: Data.Version.versionTags
In the expression: Version {..}
In the expression: let versionBranch = [] in Version {..}
In an equation for `foo':
foo (Version {..}) = let versionBranch = ... in Version {..}
<no location info>:
Failing due to -Werror.
|