Skip to content

Commit

Permalink
Update from Hackage at 2021-02-16T00:27:59Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 16, 2021
1 parent 4ebd265 commit a8e022b
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
60 changes: 60 additions & 0 deletions pixel-printer/0.1.0/pixel-printer.cabal
@@ -0,0 +1,60 @@
cabal-version: 1.12

name: pixel-printer
version: 0.1.0
description: Pixel-printer is a utility for turning pixel art into 3d prints.
homepage: https://github.com/ZSarver/pixel-printer#readme
bug-reports: https://github.com/ZSarver/pixel-printer/issues
author: Zachary Sarver
maintainer: Zachary.Sarver@gmail.com
copyright: 2021 Zachary Sarver
license: GPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
category: Image
synopsis: A program for turning pixel art into 3D prints

source-repository head
type: git
location: https://github.com/ZSarver/pixel-printer

library
exposed-modules:
PixelTransform,
Geometry,
Scad
other-modules:
Paths_pixel_printer
hs-source-dirs:
src
build-depends:
base >= 4.13 && < 4.14
, JuicyPixels >= 3.3 && < 3.4
, lens >= 4.18 && < 4.19
default-language: Haskell2010

executable pixel-printer-exe
main-is: Main.hs
other-modules:
Paths_pixel_printer
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base, pixel-printer, JuicyPixels
default-language: Haskell2010

test-suite pixel-printer-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_pixel_printer
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base, pixel-printer
default-language: Haskell2010
1 change: 1 addition & 0 deletions pixel-printer/0.1.0/pixel-printer.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"0dc0a0026488c63ca517d0fca78256fc","Skein512_512":"48d4dfc83f31cf73b01c49fb8c612f3cef788ae32c4b62cde8050eb82eaaae8b53d6b6891733a6ee6055a8023e107ed95dd122a7099eed8bb9ac222a14fd60e8","SHA1":"8741cc396e4b899556c76a998c8ddc625aa471ad","SHA512":"ca383f0c2f30478415e78efda91c84b8cfd81a276451e3bea0d5af1bf2b3a7d1f30e502b0ce717e7e13b6ef5c175d7f89ae1efe8f7df740f22531b630a03d5d0","SHA256":"de7fb56bccc06d6bf87b609c9a383a905d3d47c231862d4b42e697b66941a4b3"},"package-locations":["https://hackage.haskell.org/package/pixel-printer-0.1.0/pixel-printer-0.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/pixel-printer-0.1.0.tar.gz"],"package-size":15056}

0 comments on commit a8e022b

Please sign in to comment.