remove Read instance for Ref
Removed instance, got it all to build using fromRef. (With a few things that really need to show something using a ref for debugging stubbed out.) Then added back Read instance, and made Logs.View use it for serialization. This changes the view log format.
This commit is contained in:
parent
eb7b8747f9
commit
4e0be2792b
32 changed files with 101 additions and 104 deletions
|
@ -18,5 +18,5 @@ get b = mapMaybe extractSha . lines <$$> pipeReadStrict
|
|||
[ Param "log"
|
||||
, Param "-g"
|
||||
, Param "--format=%H"
|
||||
, Param (show b)
|
||||
, Param (fromRef b)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue