cabal-version: 2.2 name: collage version: 0.1.0.0 synopsis: A tool for assembling documents out of working, testable code description: Collage is a tool for writing documents that include snippets of code in such a way that the code can be build and examined independently of the source document. license: BSD-3-Clause author: Getty Ritter maintainer: Getty Ritter copyright: @2018 Getty Ritter category: Text build-type: Simple library exposed-modules: Collage , Collage.Config , Collage.Opts , Collage.Commands.Test , Collage.Commands.Splice , Collage.Utils build-depends: base >=4.7 && <5 , adnot , bytestring , containers , directory , filepath , formatting , optparse-applicative , process , text , unix , vector hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 executable collage hs-source-dirs: collage main-is: Main.hs default-language: Haskell2010 ghc-options: -Wall build-depends: base >=4.7 && <5 , collage