Skip to content

Commit 8476e67

Browse files
committedDec 27, 2014
no private members
1 parent 5ac7c49 commit 8476e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/BranchParse.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module BranchParse (branchInfo, BranchInfo, noBranchInfo, Branch) where
1+
module BranchParse where
22

33
import Control.Applicative ((<$>), (<*>), (<*), (*>), (<$))
44
import Text.Parsec (digit, string, char, eof, anyChar,

‎src/StatusParse.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module StatusParse (processStatus, Status(MakeStatus, staged, conflict, changed, untracked)) where
1+
module StatusParse where
22

33
{- Full status information -}
44
data Status a = MakeStatus {

0 commit comments

Comments
 (0)
Please sign in to comment.