Skip to content

Commit f323ba9

Browse files
committed
Remote: cabal: layout
1 parent 9dd468c commit f323ba9

File tree

1 file changed

+47
-43
lines changed

1 file changed

+47
-43
lines changed

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

Lines changed: 47 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,29 @@ flag io-testsuite
2828

2929
library
3030
import: commons
31-
exposed-modules: System.Nix.Store.Remote
32-
, System.Nix.Store.Remote.Binary
33-
, System.Nix.Store.Remote.Builders
34-
, System.Nix.Store.Remote.Logger
35-
, System.Nix.Store.Remote.Parsers
36-
, System.Nix.Store.Remote.Protocol
37-
, System.Nix.Store.Remote.Types
38-
, System.Nix.Store.Remote.Util
31+
exposed-modules:
32+
System.Nix.Store.Remote
33+
, System.Nix.Store.Remote.Binary
34+
, System.Nix.Store.Remote.Builders
35+
, System.Nix.Store.Remote.Logger
36+
, System.Nix.Store.Remote.Parsers
37+
, System.Nix.Store.Remote.Protocol
38+
, System.Nix.Store.Remote.Types
39+
, System.Nix.Store.Remote.Util
3940

40-
build-depends: base >=4.10 && <5
41-
, attoparsec
42-
, binary
43-
, bytestring
44-
, containers
45-
, text
46-
, time
47-
, network
48-
, nix-derivation >= 1.1.1 && <2
49-
, mtl
50-
, unordered-containers
51-
, hnix-store-core >= 0.4 && <0.5
41+
build-depends:
42+
base >=4.10 && <5
43+
, attoparsec
44+
, binary
45+
, bytestring
46+
, containers
47+
, text
48+
, time
49+
, network
50+
, nix-derivation >= 1.1.1 && <2
51+
, mtl
52+
, unordered-containers
53+
, hnix-store-core >= 0.4 && <0.5
5254
hs-source-dirs: src
5355
default-language: Haskell2010
5456
ghc-options: -Wall
@@ -62,30 +64,32 @@ test-suite hnix-store-remote-tests
6264
ghc-options: -rtsopts -fprof-auto
6365
type: exitcode-stdio-1.0
6466
main-is: Driver.hs
65-
other-modules: Derivation
66-
, NixDaemon
67-
, Spec
68-
, Util
67+
other-modules:
68+
Derivation
69+
, NixDaemon
70+
, Spec
71+
, Util
6972
hs-source-dirs: tests
7073
build-tool-depends:
7174
tasty-discover:tasty-discover
72-
build-depends: base
73-
, hnix-store-core >= 0.3
74-
, hnix-store-remote
75-
, containers
76-
, directory
77-
, process
78-
, filepath
79-
, hspec-expectations-lifted
80-
, quickcheck-text
81-
, tasty
82-
, tasty-hspec
83-
, tasty-quickcheck
84-
, linux-namespaces
85-
, nix-derivation
86-
, temporary
87-
, text
88-
, unix
89-
, unordered-containers
90-
, vector
75+
build-depends:
76+
base
77+
, hnix-store-core >= 0.3
78+
, hnix-store-remote
79+
, containers
80+
, directory
81+
, process
82+
, filepath
83+
, hspec-expectations-lifted
84+
, quickcheck-text
85+
, tasty
86+
, tasty-hspec
87+
, tasty-quickcheck
88+
, linux-namespaces
89+
, nix-derivation
90+
, temporary
91+
, text
92+
, unix
93+
, unordered-containers
94+
, vector
9195
default-language: Haskell2010

0 commit comments

Comments
 (0)