Skip to content

Commit

Permalink
cabalized
Browse files Browse the repository at this point in the history
  • Loading branch information
mtolly committed May 27, 2014
1 parent 3e5de95 commit c395534
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
20 changes: 20 additions & 0 deletions pokemid.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: pokemid
version: 0.1
synopsis: Import MIDI music files into Pokémon Red/Blue
homepage: https://github.com/mtolly/pokemid
license: PublicDomain
author: Michael Tolly
maintainer: [email protected]
category: Sound
build-type: Simple
cabal-version: >= 1.10

executable pokemid
main-is: pokemid.hs
build-depends: base >= 4.7 && < 4.8
, midi >= 0.2.1.2 && < 0.3
, event-list >= 0.1.0.2 && < 0.2
, non-negative >= 0.1 && < 0.2
, containers >= 0.5.5.1 && < 0.6
default-language: Haskell2010
ghc-options: -Wall
1 change: 0 additions & 1 deletion pokemid.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# OPTIONS_GHC -Wall #-}
{-# LANGUAGE DeriveFunctor, DeriveDataTypeable #-}
module Main where

Expand Down

0 comments on commit c395534

Please sign in to comment.