diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-13 13:32:25 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-13 13:32:25 -0400 |
| commit | 8600d11c63087e1f1d7485d42345933c06e93445 (patch) | |
| tree | 8bc0084381bb6d3ce0dbc248164858b4db356470 | |
| parent | 7fdd7483f7e2ca5589f18e44aa529945ed0d93ef (diff) | |
rename src/config.hs
This works around an infelicity in stack; it complains when there are
both a toplevel config.hs and a src/config.hs, despite that being fine
with cabal.
| -rw-r--r-- | propellor.cabal | 2 | ||||
| l--------- | src/propellor-config.hs (renamed from src/config.hs) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index 7d082807..e48c43f6 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -55,7 +55,7 @@ Executable propellor Executable propellor-config Default-Language: Haskell98 - Main-Is: config.hs + Main-Is: propellor-config.hs GHC-Options: -threaded -Wall -fno-warn-tabs -O0 if impl(ghc >= 8.0) GHC-Options: -fno-warn-redundant-constraints diff --git a/src/config.hs b/src/propellor-config.hs index e3af968e..e3af968e 120000 --- a/src/config.hs +++ b/src/propellor-config.hs |
