luminance 0.11.0.1 → 0.11.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~dlist
Dependency ranges changed: dlist
Files
- CHANGELOG.md +4/−0
- luminance.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+### 0.11.0.2++- Added support for `dlist-0.8`.+ ### 0.11.0.1 - Fixed documentation broken links.
luminance.cabal view
@@ -1,5 +1,5 @@ name: luminance-version: 0.11.0.1+version: 0.11.0.2 synopsis: Type-safe, type-level and stateless graphics framework description: This package exposes several modules to work with /GPUs/ in a stateless and type-safe way. Currently, it uses OpenGL as backend hardware technology but@@ -116,7 +116,7 @@ build-depends: base >= 4.8 && < 4.9 , containers >= 0.5 && < 0.6 , contravariant >= 1.3 && < 1.5- , dlist >= 0.7 && < 0.8+ , dlist >= 0.7 && < 0.9 , gl >= 0.7 && < 0.8 , linear >= 1.19 && < 1.21 , mtl >= 2.2 && < 2.3