diff options
author | fozworth <> | 2018-07-14 20:47:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2018-07-14 20:47:00 (GMT) |
commit | 13da8ca9ff03f4a8160c0744558e70f9eb43fcde (patch) | |
tree | 4d744c4d403dda920d5e0033b7b8298de08718c0 | |
parent | 8221522a212e6bc55131fe4dd40d000951c24ef3 (diff) |
version 1.1.101.1.10
-rw-r--r-- | README.markdown | 6 | ||||
-rw-r--r-- | autoexporter.cabal | 4 | ||||
-rw-r--r-- | package.yaml | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/README.markdown b/README.markdown index 4e6ae22..f794ee5 100644 --- a/README.markdown +++ b/README.markdown @@ -60,9 +60,9 @@ things to look out for: some module `M`, it won't pull in `M.A.B`. If you need deep re-exporting, please pass `--deep` to Autoexporter like this: -```haskell -{-# OPTIONS_GHC -F -pgmF autoexporter -optF --deep #-} -``` + ```haskell + {-# OPTIONS_GHC -F -pgmF autoexporter -optF --deep #-} + ``` [Autoexporter]: https://github.com/tfausak/autoexporter [Version badge]: https://www.stackage.org/package/autoexporter/badge/nightly?label=version diff --git a/autoexporter.cabal b/autoexporter.cabal index 81549d6..9399999 100644 --- a/autoexporter.cabal +++ b/autoexporter.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: 4626ed368b5a19f41cf557567bc9d8a0f67545d2522caffeb2b42e32595437df +-- hash: 7a7918eb79f8a4def2b9a60a052ecfb0720e807228d98d4f689cc4afdab81284 name: autoexporter -version: 1.1.9 +version: 1.1.10 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. category: Utility diff --git a/package.yaml b/package.yaml index f31a790..000d8a2 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: autoexporter -version: 1.1.9 +version: 1.1.10 category: Utility description: Autoexporter automatically re-exports modules. @@ -1 +1 @@ -resolver: lts-11.0 +resolver: lts-12.0 |