apecs-brillo 0.1.1 → 0.1.1.1
raw patch · 2 files changed
+8/−8 lines, 2 filesdep ~apecs
Dependency ranges changed: apecs
Files
- LICENSE +1/−1
- apecs-brillo.cabal +7/−7
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2017 Jonas Carpay, Execute +Copyright (c) 2017 Jonas Carpay, Execute Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
apecs-brillo.cabal view
@@ -1,13 +1,13 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.39.1.+-- This file has been generated from package.yaml by hpack version 0.39.6. -- -- see: https://github.com/sol/hpack name: apecs-brillo-version: 0.1.1-synopsis: Apecs' gloss package, but adapted for brillo-description: Please see the README on Codeberg at <https://codeberg.org/dpwiz-apprentice/apecs-brillo#readme>+version: 0.1.1.1+synopsis: Apecs' gloss package, but adapted for brillo.+description: Please see the README on Codeberg at <https://github.com/execute214/apecs-brillo#readme> category: Game engine author: Execute maintainer: execute@erisws.com@@ -21,7 +21,7 @@ source-repository head type: git- location: https://codeberg.org/dpwiz-apprentice/apecs-brillo+ location: https://github.com/execute214/apecs-brillo library exposed-modules:@@ -35,7 +35,7 @@ src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends:- apecs >=0.7 && <0.10+ apecs >=0.7 && <0.11 , apecs-physics >=0.3 && <5 , base >=4.7 && <5 , brillo ==2.*@@ -55,7 +55,7 @@ test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends:- apecs >=0.7 && <0.10+ apecs >=0.7 && <0.11 , apecs-brillo , apecs-physics >=0.3 && <5 , base >=4.7 && <5