name: tex-join-bib version: 0.1.0.0 synopsis: Compile separate tex files with the same bibliography. description: Compile tex files separately to keep each file's configuration but have a universal bibliography numbering. homepage: http://github.com/GregorySchwartz/tex-join-bib#readme license: GPL-3 license-file: LICENSE author: Gregory W. Schwartz maintainer: gsch@pennmedicine.upenn.edu copyright: 2020 Gregory W. Schwartz category: Bioinformatics build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Tex.Join build-depends: base >= 4.7 && < 5 , async , containers , foldl , system-filepath , text , turtle ghc-options: -O2 default-language: Haskell2010 executable tex-join-bib hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -O2 build-depends: base , tex-join-bib , optparse-generic , system-filepath , text default-language: Haskell2010 source-repository head type: git location: https://github.com/GregorySchwartz/tex-join-bib