diff --git a/Setup.hs b/Setup.hs deleted file mode 100644 index 4501b5d..0000000 --- a/Setup.hs +++ /dev/null @@ -1,16 +0,0 @@ -import Distribution.MacOSX -import Distribution.Simple - -main :: IO () -main = defaultMainWithHooks $ simpleUserHooks { - postBuild = appBundleBuildHook guiApps -- no-op if not MacOS X - } - -guiApps :: [MacApp] -guiApps = [MacApp "jsaddle-hello-wkwebview" - Nothing - (Just "macos/Info.plist") - [] -- No other resources. - [] -- No other binaries. - DoNotChase -- Try changing to ChaseWithDefaults - ] diff --git a/jsaddle-hello.cabal b/jsaddle-hello.cabal index 4af0e68..69e95da 100644 --- a/jsaddle-hello.cabal +++ b/jsaddle-hello.cabal @@ -21,11 +21,6 @@ source-repository head type: git location: https://github.com/ghcjs/jsaddle-hello ---custom-setup --- setup-depends: base >= 4.6, --- Cabal >= 3.0 && < 3.11, --- cabal-macosx >= 0.2.3.4 && < 0.3 - library build-depends: base >=4.2 && <5,