From bfe845389182312bef0bab77613f538a3a8e928b Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Thu, 1 Jul 2021 01:33:00 +0300 Subject: [PATCH] Fix missing headers in source dist (#71) Fixes #50 again --- ChangeLog.md | 9 +++++++-- dear-imgui.cabal | 12 +++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5e95db7..e2970ee 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,12 @@ # Changelog for dear-imgui -## [1.0.0] Initial Hackage release +## [1.0.1] Initial Hackage release -Based on 1.83. +- Fixed missing headers in source dist. + +## [1.0.0] + +Initial Hackage release based on 1.83. [1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.0 +[1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1 diff --git a/dear-imgui.cabal b/dear-imgui.cabal index 922c4f6..3fc68a2 100644 --- a/dear-imgui.cabal +++ b/dear-imgui.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: dear-imgui -version: 1.0.0 +version: 1.0.1 author: Oliver Charles maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com license: BSD-3-Clause @@ -15,8 +15,14 @@ description: build-type: Simple extra-source-files: README.md, - ChangeLog.md, - imgui/imgui.h + ChangeLog.md + +extra-source-files: + imgui/*.h, + imgui/backends/*.h, + imgui/backends/*.mm, + imgui/imconfig.h, + imgui/LICENSE.txt source-repository head type: git