First useable version
This commit is contained in:
parent
2c165daaa7
commit
b60f337cc4
3 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
# Revision history for Hufflepdf
|
||||
|
||||
## 0.1.0.0 -- YYYY-mm-dd
|
||||
## 0.1.0.0 -- 2019-05-18
|
||||
|
||||
* First version. Released on an unsuspecting world.
|
||||
|
|
|
@ -17,12 +17,11 @@ cabal-version: >=1.10
|
|||
|
||||
library
|
||||
exposed-modules: PDF
|
||||
, PDF.Body
|
||||
, PDF.EOL
|
||||
, PDF.Object
|
||||
other-modules: PDF.Body
|
||||
, PDF.EOL
|
||||
, PDF.Output
|
||||
, Data.ByteString.Lazy.Char8.Util
|
||||
other-modules:
|
||||
-- other-extensions:
|
||||
build-depends: base >=4.9 && <4.13
|
||||
, bytestring
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
module PDF (
|
||||
Document(..)
|
||||
, DirectObject(..)
|
||||
, parseDocument
|
||||
, render
|
||||
) where
|
||||
|
|
Loading…
Reference in a new issue