Чтение изображения с JuicyPixels
This commit is contained in:
@@ -34,7 +34,8 @@ library
|
||||
src
|
||||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
JuicyPixels
|
||||
, base >=4.7 && <5
|
||||
default-language: Haskell2010
|
||||
|
||||
executable lab3-exe
|
||||
@@ -47,7 +48,8 @@ executable lab3-exe
|
||||
app
|
||||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
JuicyPixels
|
||||
, base >=4.7 && <5
|
||||
, lab3
|
||||
default-language: Haskell2010
|
||||
|
||||
@@ -62,6 +64,7 @@ test-suite lab3-test
|
||||
test
|
||||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
JuicyPixels
|
||||
, base >=4.7 && <5
|
||||
, lab3
|
||||
default-language: Haskell2010
|
||||
|
||||
Reference in New Issue
Block a user