Cabal revisions of keid-resource-gltf-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.35.1.------ see: https://github.com/sol/hpack--name: keid-resource-gltf-version: 0.1.0.1-synopsis: GLTF loader for Keid engine.-category: Game Engine-author: IC Rainbow-maintainer: keid@aenor.ru-copyright: 2021 IC Rainbow-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- README.md- ChangeLog.md--source-repository head- type: git- location: https://gitlab.com/keid/engine--library- exposed-modules:- Resource.Gltf.Load- Resource.Gltf.Model- Resource.Gltf.Scene- other-modules:- Paths_keid_resource_gltf- hs-source-dirs:- src- default-extensions:- NoImplicitPrelude- ApplicativeDo- BangPatterns- BinaryLiterals- BlockArguments- ConstrainedClassMethods- ConstraintKinds- DataKinds- DefaultSignatures- DeriveDataTypeable- DeriveFunctor- DeriveGeneric- DeriveLift- DeriveTraversable- DerivingStrategies- DerivingVia- DuplicateRecordFields- EmptyCase- EmptyDataDeriving- ExistentialQuantification- ExplicitForAll- FlexibleContexts- FlexibleInstances- FunctionalDependencies- GADTs- GeneralizedNewtypeDeriving- HexFloatLiterals- ImportQualifiedPost- InstanceSigs- KindSignatures- LambdaCase- LiberalTypeSynonyms- MultiParamTypeClasses- NamedFieldPuns- NamedWildCards- NumDecimals- NumericUnderscores- OverloadedStrings- PatternSynonyms- PostfixOperators- QuantifiedConstraints- QuasiQuotes- RankNTypes- RecordWildCards- ScopedTypeVariables- StandaloneDeriving- StandaloneKindSignatures- StrictData- TemplateHaskell- TupleSections- TypeApplications- TypeFamilies- TypeOperators- TypeSynonymInstances- UnicodeSyntax- ViewPatterns- ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints- build-depends:- base >=4.7 && <5- , bytestring- , containers- , geomancy >=0.2.5.0- , gltf-codec- , keid-core- , rio >=0.1.12.0- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.35.1. +-- +-- see: https://github.com/sol/hpack + +name: keid-resource-gltf +version: 0.1.0.1 +x-revision: 1 +synopsis: GLTF loader for Keid engine. +category: Game Engine +author: IC Rainbow +maintainer: keid@aenor.ru +copyright: 2021 IC Rainbow +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + ChangeLog.md + +source-repository head + type: git + location: https://gitlab.com/keid/engine + +library + exposed-modules: + Resource.Gltf.Load + Resource.Gltf.Model + Resource.Gltf.Scene + other-modules: + Paths_keid_resource_gltf + hs-source-dirs: + src + default-extensions: + NoImplicitPrelude + ApplicativeDo + BangPatterns + BinaryLiterals + BlockArguments + ConstrainedClassMethods + ConstraintKinds + DataKinds + DefaultSignatures + DeriveDataTypeable + DeriveFunctor + DeriveGeneric + DeriveLift + DeriveTraversable + DerivingStrategies + DerivingVia + DuplicateRecordFields + EmptyCase + EmptyDataDeriving + ExistentialQuantification + ExplicitForAll + FlexibleContexts + FlexibleInstances + FunctionalDependencies + GADTs + GeneralizedNewtypeDeriving + HexFloatLiterals + ImportQualifiedPost + InstanceSigs + KindSignatures + LambdaCase + LiberalTypeSynonyms + MultiParamTypeClasses + NamedFieldPuns + NamedWildCards + NumDecimals + NumericUnderscores + OverloadedStrings + PatternSynonyms + PostfixOperators + QuantifiedConstraints + QuasiQuotes + RankNTypes + RecordWildCards + ScopedTypeVariables + StandaloneDeriving + StandaloneKindSignatures + StrictData + TemplateHaskell + TupleSections + TypeApplications + TypeFamilies + TypeOperators + TypeSynonymInstances + UnicodeSyntax + ViewPatterns + ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints + build-depends: + base >=4.7 && <5 + , bytestring + , containers + , geomancy ==0.2.5.0 + , gltf-codec + , keid-core + , rio >=0.1.12.0 + default-language: Haskell2010