diff options
author | fozworth <> | 2018-03-17 16:55:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2018-03-17 16:55:00 (GMT) |
commit | 8221522a212e6bc55131fe4dd40d000951c24ef3 (patch) | |
tree | b19c9333178c0ad5f3c89c387b8eb5a8f6d38e4a | |
parent | c5f293826a880be5860e37250884dec800ca5217 (diff) |
version 1.1.91.1.9
-rw-r--r-- | autoexporter.cabal | 4 | ||||
-rw-r--r-- | package.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/autoexporter.cabal b/autoexporter.cabal index f486559..81549d6 100644 --- a/autoexporter.cabal +++ b/autoexporter.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: 1e9db3995746e04f9908a67508f57ba69e6db75f57a9cb90eee2305c73b93cae +-- hash: 4626ed368b5a19f41cf557567bc9d8a0f67545d2522caffeb2b42e32595437df name: autoexporter -version: 1.1.7 +version: 1.1.9 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. category: Utility diff --git a/package.yaml b/package.yaml index d0b7526..f31a790 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: autoexporter -version: 1.1.7 +version: 1.1.9 category: Utility description: Autoexporter automatically re-exports modules. |