1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 13:21:59 +03:00

Merge pull request #2337 from github/indexer-without-pipes

Indexer without pipes
This commit is contained in:
Patrick Thomson 2019-01-24 12:33:34 -05:00 committed by GitHub
commit cd13a35947
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@ module Data.GitHub.Git
( OID (..) ( OID (..)
, Ref (..) , Ref (..)
, SHA (..) , SHA (..)
, nullSHA
) where ) where
import Prologue import Prologue
@ -21,3 +22,6 @@ newtype Ref = Ref Text
newtype SHA = SHA Text newtype SHA = SHA Text
deriving stock (Eq, Show, Ord) deriving stock (Eq, Show, Ord)
deriving newtype (MessageField, Primitive) deriving newtype (MessageField, Primitive)
nullSHA :: SHA
nullSHA = SHA mempty

@ -1 +1 @@
Subproject commit 0508ad36f5a7a965b62205d38551863521520fea Subproject commit 3154f63405094963c4f1fb566f367bee23e8cb72