GPipe-GLFW 1.4.1.2 → 1.4.1.3
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~GLFW-b
Dependency ranges changed: GLFW-b
Files
- CHANGELOG.md +6/−2
- GPipe-GLFW.cabal +3/−3
CHANGELOG.md view
@@ -1,7 +1,11 @@+### 1.4.1.3++* [MaciekFlis](https://github.com/MaciekFlis) bumped versions and resolver.+ ### 1.4.1.2 -* [Kludgy](https://github.com/LinuxUser404) bumped dep versions and resolver.-* [LinuxUser404](https://github.com/LinuxUser404) bumped dep versions and added `cabal.project` & `.travis.yml`.+* [Kludgy](https://github.com/LinuxUser404) bumped versions and resolver.+* [LinuxUser404](https://github.com/LinuxUser404) bumped versions and added `cabal.project` & `.travis.yml`. * Set up travis builds with stack. ### 1.4.1.1
GPipe-GLFW.cabal view
@@ -1,5 +1,5 @@ name: GPipe-GLFW-version: 1.4.1.2+version: 1.4.1.3 cabal-version: >=1.10 build-type: Simple author: Patrick Redmond@@ -24,7 +24,7 @@ , stm >= 2.4 && <3 , containers >= 0.5 && <0.7 , async >= 2.1 && <2.3- , GLFW-b >= 3.2 && <3.3+ , GLFW-b >= 3.2 && <3.4 , GPipe >= 2.2 && <2.5 ghc-options: -Wall -Wno-orphans default-language: Haskell2010@@ -48,4 +48,4 @@ type: git location: https://github.com/plredmond/GPipe-GLFW.git subdir: GPipe-GLFW- tag: v1.4.1.2+ tag: v1.4.1.3