diff --git a/Data/ISO3166_CountryCodes.hs b/Data/ISO3166_CountryCodes.hs
--- a/Data/ISO3166_CountryCodes.hs
+++ b/Data/ISO3166_CountryCodes.hs
@@ -72,8 +72,6 @@
 {- Copyright © 2010 Jón Fairbairn
 -}
 data CountryCode = 
-   Code -- ^ Name
-   |
    AF -- ^ Afghanistan
    |
    AX -- ^ Åland Islands
@@ -583,7 +581,6 @@
    see @'readableCountryName'@ for something with a more pleasing word order and capitalisation
 -}
 countryNameFromCode:: CountryCode -> P.String
-countryNameFromCode Code = "Name"
 countryNameFromCode AF = "Afghanistan"
 countryNameFromCode AX = "Åland Islands"
 countryNameFromCode AL = "Albania"
diff --git a/iso3166-country-codes.cabal b/iso3166-country-codes.cabal
--- a/iso3166-country-codes.cabal
+++ b/iso3166-country-codes.cabal
@@ -1,4 +1,4 @@
-Version: 0.20140203.6
+Version: 0.20140203.7
 Name:		iso3166-country-codes
 Cabal-Version:  >= 1.6
 Build-type:	Simple
@@ -15,7 +15,7 @@
 	     official name of the country.
 
 Library
-  Build-Depends:	base ==4.*, http-conduit >= 2.1.5
+  Build-Depends:	base ==4.*
   Exposed-modules: Data.ISO3166_CountryCodes
 
 -- a full build depends on HTTP == 4000.*, utf8-string ==0.*
