Skip to content

Commit

Permalink
Add umentioned files to generate.cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Apr 22, 2018
1 parent c2b6328 commit 9570c90
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.1.0.0] - 2018-04-22
- Expose dynamic loader from Graphics.Vulkan.Dymamic
- Turn on platform specific features by default
- Make all foreign imports unsafe
- Add option for enabling safe calls

## [2.0.0.1] - 2018-04-21
- Improved documentation (links, tables, math)
- Use cpphs for preprocessing
Expand Down
8 changes: 7 additions & 1 deletion generate/generate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ executable generate
other-modules: Control.Monad.Fix.Extra
, Data.Closure
, Data.Functor.Extra
, Data.List.Extra2
, Data.MultiMap.Extra
, Data.Text.Extra
, Documentation
, Documentation.All
, Documentation.Haddock
, Documentation.RunAsciiDoctor
, Parse.Bitmask
, Parse.Command
, Parse.Constant
Expand Down Expand Up @@ -67,6 +72,7 @@ executable generate
, Spec.Tag
, Spec.Type
, Spec.VendorID
, System.ProgressBar
, Text.InterpolatedString.Perl6.Unindented
, Write.Alias
, Write.BaseType
Expand All @@ -79,6 +85,7 @@ executable generate
, Write.EnumExtension
, Write.Handle
, Write.HeaderVersion
, Write.Loader
, Write.Module
, Write.Module.Aggregate
, Write.Partition
Expand All @@ -88,7 +95,6 @@ executable generate
, Write.Type.Enum
, Write.Type.FuncPointer
, Write.Util

ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends: base >= 4.8 && < 4.11
, control-bool >= 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion generate/src/Write/Cabal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Write.Module
import Write.Util

vulkanVersion :: Doc ()
vulkanVersion = "2.0.0.1"
vulkanVersion = "2.1.0.0"

writeCabal :: [Module] -> [Platform] -> [PlatformGuardInfo] -> Doc ()
writeCabal modules platforms guardInfo =
Expand Down

0 comments on commit 9570c90

Please sign in to comment.