diff --git a/byteorder.cabal b/byteorder.cabal
--- a/byteorder.cabal
+++ b/byteorder.cabal
@@ -1,7 +1,7 @@
 Name:         byteorder
-Version:      1.0.1
-Cabal-Version:  >= 1.2
-Synopsis:      native byte-ordering of the system
+Version:      1.0.2
+Cabal-Version:  >= 1.6
+Synopsis:      Exposes the native endianess or byte ordering of the system.
 Description:   This package is for working with the native byte-ordering of
   the system.
 
@@ -14,7 +14,11 @@
 
 Category: System
 
+Source-Repository head
+  type:   darcs
+  location: http://community.haskell.org/~aslatter/code/byteorder/
+
 Library
 
- Build-depends: base
+ Build-depends: base == 4.*
  Exposed-modules: System.ByteOrder
