gloss-raster 1.10.1.1 → 1.10.2.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basedep ~ghc-primPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, ghc-prim
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- gloss-raster.cabal +3/−3
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2011-2014 Benjamin Lippmeier +Copyright (c) 2011-2016 The Gloss Development Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
gloss-raster.cabal view
@@ -1,5 +1,5 @@ Name: gloss-raster-Version: 1.10.1.1+Version: 1.10.2.1 License: MIT License-file: LICENSE Author: Ben Lippmeier@@ -28,8 +28,8 @@ Library Build-Depends:- base == 4.8.*,- ghc-prim == 0.4.*,+ base == 4.9.*,+ ghc-prim == 0.5.*, containers == 0.5.*, repa == 3.4.*, gloss == 1.10.*,