diff --git a/PaymentServer.cabal b/PaymentServer.cabal
index 785e0f4eebdc970231198ea96f5a50f41dad5339..0c5286c1282dc7f33ba50e06852314b5363a130f 100644
--- a/PaymentServer.cabal
+++ b/PaymentServer.cabal
@@ -64,16 +64,17 @@ executable PaymentServer-generate-key
   default-language:    Haskell2010
 
 test-suite PaymentServer-tests
-  type:            exitcode-stdio-1.0
-  hs-source-dirs:  test
-  main-is:         Spec.hs
-  other-modules:   Persistence
-  build-depends:   base
-                 , text
-                 , tasty
-                 , tasty-hunit
-                 , directory
-                 , PaymentServer
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  other-modules:       Persistence
+  build-depends:       base
+                     , text
+                     , tasty
+                     , tasty-hunit
+                     , directory
+                     , PaymentServer
+  default-language: Haskell2010
 
 source-repository head
   type:     git