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
1
Git.hs
1
Git.hs
|
@ -13,6 +13,7 @@
|
|||
module Git (
|
||||
Repo(..),
|
||||
Ref(..),
|
||||
fromRef,
|
||||
Branch,
|
||||
Sha,
|
||||
Tag,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue