Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
haskell
sdl2-mixer
Commits
81083a22
Commit
81083a22
authored
3 years ago
by
Daniel Firth
Browse files
Options
Download
Email Patches
Plain Diff
Remove Setup.hs
parent
727d5cd1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
8 deletions
+18
-8
LICENSE
LICENSE
+2
-2
Setup.hs
Setup.hs
+0
-2
package.yaml
package.yaml
+4
-4
sdl2-mixer.cabal
sdl2-mixer.cabal
+12
-0
No files found.
LICENSE
View file @
81083a22
Copyright (c) 2015
Vladimir Semyonov
Copyright (c) 2015 Vladimir Semyonov
, 2015 Siniša Biđin, 2021 Daniel Firth
All rights reserved.
...
...
@@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met:
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of
Vladimir Semyonov nor the names of
other
* Neither the name
s
of
the aforementioned authors nor
other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
...
...
This diff is collapsed.
Click to expand it.
Setup.hs
deleted
100644 → 0
View file @
727d5cd1
import
Distribution.Simple
main
=
defaultMain
This diff is collapsed.
Click to expand it.
package.yaml
View file @
81083a22
...
...
@@ -35,14 +35,14 @@ library:
-
vector >=
0.10
source-dirs
:
src
includ
es
:
SDL_mixer
.h
pkg-config-dependenci
es
:
-
SDL
2
_mixer
>= 2.0.0
extra-libraries
:
SDL2_mixer
-
SDL2_mixer
c-sources
:
cbits/helpers.c
-
cbits/helpers.c
executables
:
sdl2-mixer-basic
:
...
...
This diff is collapsed.
Click to expand it.
sdl2-mixer.cabal
View file @
81083a22
...
...
@@ -41,6 +41,8 @@ library
cbits/helpers.c
extra-libraries:
SDL2_mixer
pkgconfig-depends:
SDL2_mixer >= 2.0.0
build-depends:
base >=4.9 && <5
, bytestring >=0.10.4.0
...
...
@@ -63,6 +65,8 @@ executable sdl2-mixer-basic
cbits/helpers.c
extra-libraries:
SDL2_mixer
pkgconfig-depends:
SDL2_mixer >= 2.0.0
build-depends:
base >=4.9 && <5
, data-default-class >=0.0.1
...
...
@@ -81,6 +85,8 @@ executable sdl2-mixer-basic-jumbled
cbits/helpers.c
extra-libraries:
SDL2_mixer
pkgconfig-depends:
SDL2_mixer >= 2.0.0
build-depends:
base >=4.9 && <5
, data-default-class >=0.0.1
...
...
@@ -99,6 +105,8 @@ executable sdl2-mixer-basic-raw
cbits/helpers.c
extra-libraries:
SDL2_mixer
pkgconfig-depends:
SDL2_mixer >= 2.0.0
build-depends:
base >=4.9 && <5
, sdl2 >=2.0.0
...
...
@@ -116,6 +124,8 @@ executable sdl2-mixer-effect
cbits/helpers.c
extra-libraries:
SDL2_mixer
pkgconfig-depends:
SDL2_mixer >= 2.0.0
build-depends:
base >=4.9 && <5
, sdl2 >=2.0.0
...
...
@@ -134,6 +144,8 @@ executable sdl2-mixer-music
cbits/helpers.c
extra-libraries:
SDL2_mixer
pkgconfig-depends:
SDL2_mixer >= 2.0.0
build-depends:
base >=4.9 && <5
, sdl2 >=2.0.0
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment