Skip to content

Commit

Permalink
Removed redundant constraints. Bumped version to 1.7.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Apr 11, 2016
1 parent 55135e6 commit 7d9f0ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.7.0.4
-------
* Removed redundant constraints.

1.7.0.3
-------
* Relaxed upper version bound for `OpenGL` package.
Expand Down
2 changes: 1 addition & 1 deletion OpenAL.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenAL
version: 1.7.0.3
version: 1.7.0.4
synopsis: A binding to the OpenAL cross-platform 3D audio API
description:
A Haskell binding for the OpenAL cross-platform 3D audio API,
Expand Down
3 changes: 1 addition & 2 deletions src/Sound/OpenAL/AL/Source.hs
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,7 @@ makeSourceStateVar dict name source =
(makeSetter dict name source)

makeSourceGettableStateVar ::
(Storable b, Storable c) =>
Dictionary a b c -> GetPName -> Source -> GettableStateVar a
(Storable b) => Dictionary a b c -> GetPName -> Source -> GettableStateVar a
makeSourceGettableStateVar dict name source =
makeGettableStateVar
(makeGetter dict name source)
Expand Down

0 comments on commit 7d9f0ac

Please sign in to comment.