cabal-version: 2.2 name: bricoleur version: 0.1.0.0 synopsis: A tool for assembling documents out of working, testable code description: Bricoleur 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: Bricoleur , Bricoleur.Config , Bricoleur.Opts , Bricoleur.Commands.Test , Bricoleur.Commands.Splice , Bricoleur.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 bricoleur hs-source-dirs: bricoleur main-is: Main.hs default-language: Haskell2010 ghc-options: -Wall build-depends: base >=4.7 && <5 , bricoleur