File tree Expand file tree Collapse file tree 7 files changed +7
-15
lines changed
hnix-store-core/src/System/Nix
hnix-store-remote/src/System/Nix/Store Expand file tree Collapse file tree 7 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ module System.Nix.Nar
3131
3232 -- * Type
3333 , Nar. NarSource
34- )
35- where
34+ ) where
3635
3736import qualified Control.Concurrent as Concurrent
3837import qualified Data.ByteString as BS
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ Description : Nix-relevant interfaces to NaCl signatures.
66module System.Nix.Signature
77 ( Signature
88 , NarSignature (.. )
9- )
10- where
9+ ) where
1110
1211import Crypto.Saltine.Core.Sign (PublicKey )
1312import Crypto.Saltine.Class (IsEncoding (.. ))
Original file line number Diff line number Diff 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)
3534import Control.Applicative (liftA2 )
Original file line number Diff line number Diff 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
3433import Data.HashSet (HashSet )
3534import Data.Map (Map )
Original file line number Diff line number Diff 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
108import Control.Monad.Except ( throwError )
119import Control.Monad.IO.Class (liftIO )
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ module System.Nix.Store.Remote.Protocol
1111 , runStoreOpts
1212 , runStoreOptsTCP
1313 , runStoreOpts'
14- )
15- where
14+ ) where
1615
1716import qualified Control.Monad
1817import Control.Exception ( bracket )
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ module System.Nix.Store.Remote.Types
2727 , getError
2828 , setData
2929 , clearData
30- )
31- where
30+ ) where
3231
3332import Control.Monad.Except (ExceptT )
3433import Control.Monad.Reader (ReaderT , asks )
You can’t perform that action at this time.
0 commit comments