packages feed

google-isbn 1.0.1 → 1.0.2

raw patch · 2 files changed

+2/−11 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Main: main :: IO ()

Files

google-isbn.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: da24bcfc0b9e1213e062884e57d60ff7c9cfd60753d980885e890bebd3b1b9f2+-- hash: 9c71c499b66014185b6b73de473fe9c0db1a158302c47c5391678c4aae9d872d  name:           google-isbn-version:        1.0.1+version:        1.0.2 description:    Basic utility to search an ISBN using the Google Books webservice category:       Text, Web homepage:       https://github.com/apeyroux/google-isbn#readme@@ -23,7 +23,6 @@ library   exposed-modules:       Google.ISBN-      Main   other-modules:       Paths_google_isbn   hs-source-dirs:
− src/Main.hs
@@ -1,8 +0,0 @@-{-# LANGUAGE OverloadedStrings #-}--module Main where--import Google.ISBN--main :: IO ()-main = googleISBN (ISBN "ok") >>= print