vulkan 3.6.11 → 3.6.11.1
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- changelog.md +4/−0
- package.yaml +2/−2
- vulkan.cabal +2/−2
changelog.md view
@@ -2,6 +2,10 @@ ## WIP +## [3.6.11.1] - 2020-11-01++- Raise bound on base+ ## [3.6.11] - 2020-10-27 - Bump API version to v1.2.158
package.yaml view
@@ -1,5 +1,5 @@ name: vulkan-version: 3.6.11+version: "3.6.11.1" synopsis: Bindings to the Vulkan graphics API. category: Graphics maintainer: Joe Hermaszewski <live.long.and.prosper@monoid.al>@@ -15,7 +15,7 @@ verbatim: other-modules: dependencies:- - base < 4.15+ - base <5 - bytestring - transformers - vector
vulkan.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: vulkan-version: 3.6.11+version: 3.6.11.1 synopsis: Bindings to the Vulkan graphics API. category: Graphics homepage: https://github.com/expipiplus1/vulkan#readme@@ -473,7 +473,7 @@ default-extensions: AllowAmbiguousTypes CPP DataKinds DefaultSignatures DeriveAnyClass DeriveGeneric DerivingStrategies DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving InstanceSigs LambdaCase MagicHash NoMonomorphismRestriction OverloadedStrings PartialTypeSignatures PatternSynonyms PolyKinds QuantifiedConstraints RankNTypes RecordWildCards RoleAnnotations ScopedTypeVariables StandaloneDeriving Strict TypeApplications TypeFamilyDependencies TypeOperators TypeSynonymInstances UndecidableInstances ViewPatterns ghc-options: -Wall -Wno-unticked-promoted-constructors -Wno-missing-pattern-synonym-signatures -Wno-unused-imports -Wno-missing-signatures -Wno-partial-type-signatures build-depends:- base <4.15+ base <5 , bytestring , transformers , vector