yarr 1.3.3.1 → 1.3.3.2
raw patch · 2 files changed
+10/−2 lines, 2 files
Files
- changelog.md +4/−0
- yarr.cabal +6/−2
+ changelog.md view
@@ -0,0 +1,4 @@+* Changes in 1.3.3.1: This now compiles with ghc 7.8.3 but probably+ won't compile with earlier versions of ghc. Let me know if this is a+ requirement and I will see what I can do. Even better submit a pull+ request.
yarr.cabal view
@@ -1,5 +1,5 @@ Name: yarr-Version: 1.3.3.1+Version: 1.3.3.2 Synopsis: Yet another array library Description: Yarr is a new blazing fast dataflow framework (array library),@@ -39,11 +39,15 @@ License: MIT License-file: LICENSE Author: Roman Leventov-Maintainer: Roman Leventov <leventov@ya.ru>+Maintainer: Dominic Steinitz <dominic@steinitz.org> Bug-reports: https://github.com/leventov/yarr/issues Category: Data Structures, Data Flow, Graphics Build-type: Simple Cabal-version: >= 1.8++tested-with: GHC == 7.8.3++extra-source-files: changelog.md source-repository head type: git