packages feed

al 0.1.1.2 → 0.1.1.3

raw patch · 2 files changed

+7/−2 lines, 2 files

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.1.1.3++- Relaxed upper bounds on c2hs to enable the use of c2hs-0.24.*.+ ## 0.1.1.2  - alcIsExtensionSupported doesn’t exist; it’s a typo. Renamed
al.cabal view
@@ -1,5 +1,5 @@ name:                al
-version:             0.1.1.2
+version:             0.1.1.3
 synopsis:            OpenAL 1.1 raw API.
 description:         OpenAL is a minimalistic sound API that aims to provide
                      bare features for /spacialized audio/. The API looks like
@@ -60,9 +60,10 @@     include-dirs:      "C:\\Program Files (x86)\\OpenAL 1.1 SDK\\include"
     extra-libraries:   OpenAL32
   else
+    include-dirs:      /usr/include/AL
     extra-libraries:   openal
 
-  build-tools:         c2hs >= 0.23 && < 0.24
+  build-tools:         c2hs >= 0.23 && < 0.25
 
   exposed-modules:     Sound.AL
                      , Sound.AL.Buffer