Fix missing headers in source dist (#71)

Fixes #50 again
This commit is contained in:
Alexander Bondarenko 2021-07-01 01:33:00 +03:00 committed by GitHub
parent 532eebd8ed
commit bfe8453891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 5 deletions

View File

@ -1,7 +1,12 @@
# Changelog for dear-imgui # 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.0
[1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1

View File

@ -1,7 +1,7 @@
cabal-version: 3.0 cabal-version: 3.0
name: dear-imgui name: dear-imgui
version: 1.0.0 version: 1.0.1
author: Oliver Charles author: Oliver Charles
maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com
license: BSD-3-Clause license: BSD-3-Clause
@ -15,8 +15,14 @@ description:
build-type: Simple build-type: Simple
extra-source-files: extra-source-files:
README.md, README.md,
ChangeLog.md, ChangeLog.md
imgui/imgui.h
extra-source-files:
imgui/*.h,
imgui/backends/*.h,
imgui/backends/*.mm,
imgui/imconfig.h,
imgui/LICENSE.txt
source-repository head source-repository head
type: git type: git