fix: library example, Picture -> Data.Picture
This commit is contained in:
parent
616dea59a9
commit
2403c2fd6e
@ -32,7 +32,7 @@ Library
|
|||||||
[Documentation available at hackage](https://hackage.haskell.org/package/picedit-0.1.0.0/docs/Data-Picture.html)
|
[Documentation available at hackage](https://hackage.haskell.org/package/picedit-0.1.0.0/docs/Data-Picture.html)
|
||||||
|
|
||||||
```haskell
|
```haskell
|
||||||
import Picture
|
import Data.Picture
|
||||||
|
|
||||||
main = do
|
main = do
|
||||||
pic <- readPicture "myfile.png"
|
pic <- readPicture "myfile.png"
|
||||||
|
Loading…
Reference in New Issue
Block a user