diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,2 +1,3 @@
+#!/usr/bin/env runhaskell
 import Distribution.Simple
 main = defaultMain
diff --git a/Sound/Analysis/SHARC.hs b/Sound/Analysis/SHARC.hs
--- a/Sound/Analysis/SHARC.hs
+++ b/Sound/Analysis/SHARC.hs
@@ -1,7 +1,7 @@
 -- | SHARC XML file IO.
 module Sound.Analysis.SHARC where
 
-import Text.XML.Light
+import Text.XML.Light {- xml -}
 
 -- | A SHARC instrument.
 data Instrument = Instrument {instrument_id :: String
diff --git a/hsharc.cabal b/hsharc.cabal
--- a/hsharc.cabal
+++ b/hsharc.cabal
@@ -1,15 +1,15 @@
 Name:              hsharc
-Version:           0.11
+Version:           0.12
 Synopsis:          Haskell SHARC bindings
 Description:       Parser for SHARC data (the Sandell Harmonic Archive)
 License:           GPL
 Category:          Sound
-Copyright:         Rohan Drape, 2007-2011
+Copyright:         Rohan Drape, 2007-2012
 Author:            Rohan Drape
 Maintainer:        rd@slavepianos.org
 Stability:         Experimental
-Homepage:          http://slavepianos.org/rd/?t=hsharc
-Tested-With:       GHC == 7.2.2
+Homepage:          http://rd.slavepianos.org/?t=hsharc
+Tested-With:       GHC == 7.6.1
 Build-Type:        Simple
 Cabal-Version:     >= 1.8
 
@@ -20,7 +20,7 @@
 
 Source-Repository  head
   Type:            darcs
-  Location:        http://slavepianos.org/rd/sw/hsharc
+  Location:        http://rd.slavepianos.org/sw/hsharc
 
 -- Local Variables:
 -- truncate-lines:t
