summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-02-27 17:08:45 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-02-27 21:00:40 +0100
commit24925cc58dd8977bff75a4a56d57898db489173a (patch)
tree9d930f7c14fb972e95028cf273a4e3f1c90cf54d
parentb7bce56d84fa4f1d505f4b77014d0244f6e9f5ba (diff)
Fix remaining indentation in cabal file
-rw-r--r--erebos-tester.cabal21
1 files changed, 12 insertions, 9 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index cc8d46a..dee0a24 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -43,9 +43,10 @@ executable erebos-tester
-- sometimes needed for backward/forward compatibility:
-Wno-error=unused-imports
- main-is: Main.hs
+ main-is:
+ Main.hs
- other-modules:
+ other-modules:
Config
GDB
Network
@@ -69,14 +70,15 @@ executable erebos-tester
Version
Version.Git
- autogen-modules: Paths_erebos_tester
+ autogen-modules:
+ Paths_erebos_tester
- c-sources:
+ c-sources:
src/main.c
- other-extensions:
+ other-extensions:
TemplateHaskell
- default-extensions:
+ default-extensions:
DefaultSignatures
DeriveTraversable
ExistentialQuantification
@@ -97,7 +99,7 @@ executable erebos-tester
TypeFamilies
TypeOperators
- build-depends:
+ build-depends:
base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20 },
bytestring ^>= { 0.10, 0.11, 0.12 },
containers ^>= { 0.6.2.1, 0.7 },
@@ -118,5 +120,6 @@ executable erebos-tester
text ^>= { 1.2, 2.0, 2.1 },
th-compat >=0.1 && <0.2,
unix >=2.7 && <2.9,
- hs-source-dirs: src
- default-language: Haskell2010
+
+ hs-source-dirs: src
+ default-language: Haskell2010