mirror of
https://github.com/github/semantic.git
synced 2024-12-20 05:11:44 +03:00
Merge pull request #2337 from github/indexer-without-pipes
Indexer without pipes
This commit is contained in:
commit
cd13a35947
@ -4,6 +4,7 @@ module Data.GitHub.Git
|
||||
( OID (..)
|
||||
, Ref (..)
|
||||
, SHA (..)
|
||||
, nullSHA
|
||||
) where
|
||||
|
||||
import Prologue
|
||||
@ -21,3 +22,6 @@ newtype Ref = Ref Text
|
||||
newtype SHA = SHA Text
|
||||
deriving stock (Eq, Show, Ord)
|
||||
deriving newtype (MessageField, Primitive)
|
||||
|
||||
nullSHA :: SHA
|
||||
nullSHA = SHA mempty
|
||||
|
2
vendor/fused-effects
vendored
2
vendor/fused-effects
vendored
@ -1 +1 @@
|
||||
Subproject commit 0508ad36f5a7a965b62205d38551863521520fea
|
||||
Subproject commit 3154f63405094963c4f1fb566f367bee23e8cb72
|
Loading…
Reference in New Issue
Block a user