@@ -62,6 +62,7 @@ at the Singapore Haskell meetup: http://typeful.net/talks/hpack
6262 * [ Flags] ( #flags )
6363 * [ Dependencies] ( #dependencies )
6464 * [ Conditionals] ( #conditionals )
65+ * [ 'Main' IO action] ( #main-io-action )
6566 * [ File globbing] ( #file-globbing )
6667 * [ Passing things to Cabal verbatim] ( #passing-things-to-cabal-verbatim )
6768 * [ Objects] ( #objects )
@@ -332,7 +333,7 @@ This is done to allow compatibility with a wider range of `Cabal` versions.
332333
333334| Hpack | Cabal | Default | Notes |
334335| --- | --- | --- | --- |
335- | `main` | `main-is` | | Unlike `Cabal`, also accepts a module name or qualified name (see ['Main' IO action](#main-io-action). |
336+ | `main` | `main-is` | | Unlike `Cabal`, also accepts a module name or qualified name (see ['Main' IO action](#main-io-action)) . |
336337| `other-modules` | · | All modules in `source-dirs` less `main` less any modules mentioned in `when` | |
337338| `generated-other-modules` | | | Added to `other-modules` and `autogen-modules`. Since `0.23.0`.
338339
@@ -341,7 +342,7 @@ This is done to allow compatibility with a wider range of `Cabal` versions.
341342| Hpack | Cabal | Default | Notes |
342343| --- | --- | --- | --- |
343344| | `type` | `exitcode-stdio-1.0` | |
344- | `main` | `main-is` | | Unlike `Cabal`, also accepts a module name or qualified name (see ['Main' IO action](#main-io-action). |
345+ | `main` | `main-is` | | Unlike `Cabal`, also accepts a module name or qualified name (see ['Main' IO action](#main-io-action)) . |
345346| `other-modules` | · | All modules in `source-dirs` less `main` less any modules mentioned in `when` | |
346347| `generated-other-modules` | | | Added to `other-modules` and `autogen-modules`. Since `0.23.0`.
347348
@@ -350,7 +351,7 @@ This is done to allow compatibility with a wider range of `Cabal` versions.
350351| Hpack | Cabal | Default | Notes |
351352| --- | --- | --- | --- |
352353| | `type` | `exitcode-stdio-1.0` | |
353- | `main` | `main-is` | | Unlike `Cabal`, also accepts a module name or qualified name (see ['Main' IO action](#main-io-action). |
354+ | `main` | `main-is` | | Unlike `Cabal`, also accepts a module name or qualified name (see ['Main' IO action](#main-io-action)) . |
354355| `other-modules` | · | All modules in `source-dirs` less `main` less any modules mentioned in `when` | |
355356| `generated-other-modules` | | | Added to `other-modules` and `autogen-modules`. Since `0.23.0`.
356357
0 commit comments