mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: Indent hackage tests
* tests/hackage.scm: Reindent using etc/indent-code.el. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4110cde005
commit
0be465924c
1 changed files with 13 additions and 13 deletions
|
@ -242,19 +242,19 @@ (define-package-matcher match-ghc-foo-6
|
|||
(match (call-with-input-string test-read-cabal-1 read-cabal)
|
||||
((("name" ("test-me"))
|
||||
('section 'library
|
||||
(('if ('flag "base4point8")
|
||||
(("build-depends" ("base >= 4.8 && < 5")))
|
||||
(('if ('flag "base4")
|
||||
(("build-depends" ("base >= 4 && < 4.8")))
|
||||
(('if ('flag "base3")
|
||||
(("build-depends" ("base >= 3 && < 4")))
|
||||
(("build-depends" ("base < 3"))))))))
|
||||
('if ('or ('flag "base4point8")
|
||||
('and ('flag "base4") ('flag "base3")))
|
||||
(("build-depends" ("random")))
|
||||
())
|
||||
("build-depends" ("containers"))
|
||||
("exposed-modules" ("Test.QuickCheck.Exception")))))
|
||||
(('if ('flag "base4point8")
|
||||
(("build-depends" ("base >= 4.8 && < 5")))
|
||||
(('if ('flag "base4")
|
||||
(("build-depends" ("base >= 4 && < 4.8")))
|
||||
(('if ('flag "base3")
|
||||
(("build-depends" ("base >= 3 && < 4")))
|
||||
(("build-depends" ("base < 3"))))))))
|
||||
('if ('or ('flag "base4point8")
|
||||
('and ('flag "base4") ('flag "base3")))
|
||||
(("build-depends" ("random")))
|
||||
())
|
||||
("build-depends" ("containers"))
|
||||
("exposed-modules" ("Test.QuickCheck.Exception")))))
|
||||
#t)
|
||||
(x (pk 'fail x #f))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue