cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack -- -- hash: 25880478bf00adf1eff57812a7ac503083c38df26cb9334d47f921f42a5d8e18 name: vulkan-utils version: 0.1.2 synopsis: Utils for the vulkan package category: Graphics homepage: https://github.com/expipiplus1/vulkan#readme bug-reports: https://github.com/expipiplus1/vulkan/issues maintainer: Joe Hermaszewski license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: readme.md changelog.md src/Vulkan/Utils/gl_enums.h source-repository head type: git location: https://github.com/expipiplus1/vulkan library exposed-modules: Vulkan.Utils.Debug Vulkan.Utils.FromGL Vulkan.Utils.ShaderQQ other-modules: Paths_vulkan_utils hs-source-dirs: src default-extensions: AllowAmbiguousTypes CPP DataKinds DefaultSignatures DeriveAnyClass 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 c-sources: cbits/DebugCallback.c build-depends: base <4.15 , bytestring , extra , file-embed , filepath , template-haskell , temporary , typed-process , vulkan default-language: Haskell2010