Cabal revisions of text-printer-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: text-printer Version: 0.1+x-revision: 1 Category: Text Stability: experimental Synopsis: Abstract interface for text builders/printers. Library Default-Language: Haskell2010 Build-Depends:- base >= 4 && < 5,- bytestring >= 0.10,+ base >= 4.5 && < 4.11,+ bytestring >= 0.10 && < 0.11, text, pretty Hs-Source-Dirs: src