From 2403c2fd6e1870f732fde978ce89e722439707e4 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 8 Oct 2016 16:56:53 +0330 Subject: [PATCH] fix: library example, Picture -> Data.Picture --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15b407e..b7aafa7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Library [Documentation available at hackage](https://hackage.haskell.org/package/picedit-0.1.0.0/docs/Data-Picture.html) ```haskell -import Picture +import Data.Picture main = do pic <- readPicture "myfile.png"