Skip to content

Commit 849f7e7

Browse files
committed
remote: cabal, sort exposed modules
1 parent 9cd7d35 commit 849f7e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@ library
7575
, Data.Serializer.Example
7676
, System.Nix.Store.Remote
7777
, System.Nix.Store.Remote.Arbitrary
78-
, System.Nix.Store.Remote.Serialize
79-
, System.Nix.Store.Remote.Serialize.Prim
80-
, System.Nix.Store.Remote.Serializer
8178
, System.Nix.Store.Remote.Logger
8279
, System.Nix.Store.Remote.MonadStore
8380
, System.Nix.Store.Remote.Protocol
81+
, System.Nix.Store.Remote.Serialize
82+
, System.Nix.Store.Remote.Serialize.Prim
83+
, System.Nix.Store.Remote.Serializer
8484
, System.Nix.Store.Remote.Socket
8585
, System.Nix.Store.Remote.Types
8686
, System.Nix.Store.Remote.Types.Activity
87-
, System.Nix.Store.Remote.Types.GC
8887
, System.Nix.Store.Remote.Types.CheckMode
88+
, System.Nix.Store.Remote.Types.GC
8989
, System.Nix.Store.Remote.Types.Logger
9090
, System.Nix.Store.Remote.Types.ProtoVersion
9191
, System.Nix.Store.Remote.Types.StoreConfig

0 commit comments

Comments
 (0)