treewide: fix cabal file indentation

This commit is contained in:
Richard Marko 2021-01-06 11:51:12 +01:00
parent fd09d29b8b
commit 660cb2f190
2 changed files with 79 additions and 80 deletions

View File

@ -67,45 +67,45 @@ library
default-language: Haskell2010
Flag bounded_memory
description: Run tests of constant memory use (requires +RTS -T)
default: False
description: Run tests of constant memory use (requires +RTS -T)
default: False
test-suite format-tests
if flag(bounded_memory)
cpp-options: -DBOUNDED_MEMORY
ghc-options: -rtsopts -fprof-auto
type: exitcode-stdio-1.0
main-is: Driver.hs
other-modules:
Arbitrary
Derivation
NarFormat
Hash
StorePath
hs-source-dirs:
tests
build-depends:
hnix-store-core
, attoparsec
, base
, base16-bytestring
, base64-bytestring
, binary
, bytestring
, containers
, filepath
, directory
, filepath
, io-streams
, process
, process-extras
, tasty
, tasty-discover
, tasty-golden
, tasty-hspec
, tasty-hunit
, tasty-quickcheck
, temporary
, text
, unix
default-language: Haskell2010
if flag(bounded_memory)
cpp-options: -DBOUNDED_MEMORY
ghc-options: -rtsopts -fprof-auto
type: exitcode-stdio-1.0
main-is: Driver.hs
other-modules:
Arbitrary
Derivation
NarFormat
Hash
StorePath
hs-source-dirs:
tests
build-depends:
hnix-store-core
, attoparsec
, base
, base16-bytestring
, base64-bytestring
, binary
, bytestring
, containers
, filepath
, directory
, filepath
, io-streams
, process
, process-extras
, tasty
, tasty-discover
, tasty-golden
, tasty-hspec
, tasty-hunit
, tasty-quickcheck
, temporary
, text
, unix
default-language: Haskell2010

View File

@ -52,44 +52,43 @@ library
ghc-options: -Wall
test-suite hnix-store-remote-tests
if !flag(io-testsuite)
buildable: False
if !flag(io-testsuite)
buildable: False
ghc-options: -rtsopts -fprof-auto
type: exitcode-stdio-1.0
main-is: Driver.hs
other-modules: Derivation
, NixDaemon
, Spec
, Util
hs-source-dirs: tests
build-depends:
attoparsec
, hnix-store-core >= 0.3
, hnix-store-remote
, base
, base64-bytestring
, binary
, bytestring
, containers
, directory
, process
, filepath
, hspec-expectations-lifted
, quickcheck-text
, tasty
, tasty-discover
, tasty-hspec
, tasty-hunit
, tasty-quickcheck
, linux-namespaces
, mtl
, nix-derivation
, temporary
, text
, time
, unix
, unordered-containers
, vector
, which
default-language: Haskell2010
ghc-options: -rtsopts -fprof-auto
type: exitcode-stdio-1.0
main-is: Driver.hs
other-modules: Derivation
, NixDaemon
, Spec
, Util
hs-source-dirs: tests
build-depends: base
, hnix-store-core >= 0.3
, hnix-store-remote
, attoparsec
, base64-bytestring
, binary
, bytestring
, containers
, directory
, process
, filepath
, hspec-expectations-lifted
, quickcheck-text
, tasty
, tasty-discover
, tasty-hspec
, tasty-hunit
, tasty-quickcheck
, linux-namespaces
, mtl
, nix-derivation
, temporary
, text
, time
, unix
, unordered-containers
, vector
, which
default-language: Haskell2010