Age | Commit message (Collapse) | Author | Files | Lines |
|
ghc-7.10.1 requires extensions to be enabled even
if they are used implicitly (on type inference):
Test/Renderer.hs:109:5:
Non type-variable argument
in the constraint: MonadState RendererState m
(Use FlexibleContexts to permit this)
When checking that ‘processOne’ has the inferred type
processOne :: forall (m :: * -> *).
MonadState RendererState m =>
DetailedEvent -> m (RendererResult Participants)
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
|
|
H o l y.
|
|
It had an ultra-stupid generator.
|
|
This was quite a lot of grunt work because, ironically, the unboxing
functions for BusName et al. changed to return String rather than Text.
But in practice this just removed a lot of T.unpack from the UI code.
|
|
|
|
It is not built by default, and only works on pcap logs
|
|
This rejustifies the two subdiagrams appropriately so that they have the
same origin: the main reason why just catting the various lists together
doesn't cut it.
|
|
|
|
|
|
|
|
|
|
|
|
|