packages feed

aztecs-sdl-text 0.2.0.0 → 0.2.0.1

raw patch · 1 files changed

+10/−9 lines, 1 filesdep ~aztecsdep ~aztecs-assetdep ~aztecs-transform

Dependency ranges changed: aztecs, aztecs-asset, aztecs-transform, base, sdl2

Files

aztecs-sdl-text.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name:          aztecs-sdl-text-version:       0.2.0.0+version:       0.2.0.1 license:       BSD-3-Clause license-file:  LICENSE maintainer:    matt@hunzinger.me@@ -18,6 +18,11 @@     type:     git     location: https://github.com/matthunz/aztecs.git +flag examples+  description:       Build examples+  default:           False+  manual:            True+ library     exposed-modules:         Data.Aztecs.SDL.Text@@ -42,11 +47,7 @@     hs-source-dirs:   examples     default-language: Haskell2010     ghc-options:      -Wall-    build-depends:-        base >=4.6 && <5,-        aztecs-sdl,-        aztecs-sdl-text,-        aztecs >= 0.3,-        aztecs-asset >= 0.1,-        aztecs-transform >= 0.1,-        sdl2 >=2+    if flag(examples)+        build-depends: base, aztecs, aztecs-sdl, aztecs-sdl-text, aztecs-asset, aztecs-transform, sdl2+    else+        buildable: False