Skip to content

Commit ac02887

Browse files
committed
where right after brace
1 parent 019d1af commit ac02887

File tree

7 files changed

+7
-15
lines changed

7 files changed

+7
-15
lines changed

hnix-store-core/src/System/Nix/Nar.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ module System.Nix.Nar
3131

3232
-- * Type
3333
, Nar.NarSource
34-
)
35-
where
34+
) where
3635

3736
import qualified Control.Concurrent as Concurrent
3837
import qualified Data.ByteString as BS

hnix-store-core/src/System/Nix/Signature.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Description : Nix-relevant interfaces to NaCl signatures.
66
module System.Nix.Signature
77
( Signature
88
, NarSignature(..)
9-
)
10-
where
9+
) where
1110

1211
import Crypto.Saltine.Core.Sign (PublicKey)
1312
import Crypto.Saltine.Class (IsEncoding(..))

hnix-store-core/src/System/Nix/StorePath.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ module System.Nix.StorePath
2828
parsePath
2929
, parsePathFromText
3030
, pathParser
31-
)
32-
where
31+
) where
3332

3433
#if !MIN_VERSION_base(4,18,0)
3534
import Control.Applicative (liftA2)

hnix-store-remote/src/System/Nix/Store/Remote.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ module System.Nix.Store.Remote
2828
, syncWithGC
2929
, verifyStore
3030
, module System.Nix.Store.Remote.Types
31-
)
32-
where
31+
) where
3332

3433
import Data.HashSet (HashSet)
3534
import Data.Map (Map)

hnix-store-remote/src/System/Nix/Store/Remote/Logger.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ module System.Nix.Store.Remote.Logger
33
( Logger(..)
44
, Field(..)
55
, processOutput
6-
)
7-
where
8-
6+
) where
97

108
import Control.Monad.Except ( throwError )
119
import Control.Monad.IO.Class (liftIO)

hnix-store-remote/src/System/Nix/Store/Remote/Protocol.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ module System.Nix.Store.Remote.Protocol
1111
, runStoreOpts
1212
, runStoreOptsTCP
1313
, runStoreOpts'
14-
)
15-
where
14+
) where
1615

1716
import qualified Control.Monad
1817
import Control.Exception ( bracket )

hnix-store-remote/src/System/Nix/Store/Remote/Types.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ module System.Nix.Store.Remote.Types
2727
, getError
2828
, setData
2929
, clearData
30-
)
31-
where
30+
) where
3231

3332
import Control.Monad.Except (ExceptT)
3433
import Control.Monad.Reader (ReaderT, asks)

0 commit comments

Comments
 (0)