Cabal revisions of texrunner-0.0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: texrunner-version: 0.0.1.2-synopsis: Functions for running Tex from Haskell.-description:- texrunner is an interface to tex that attempts to parse errors and- can parse tex in online mode to retrive hbox sizes.- .- This package should be considered very experimental. Eventually I hope- it will be good enough for general use but for now it's only suitable- for simple things.-license: BSD3-license-file: LICENSE-bug-reports: http://github.com/cchalmers/texrunner/issues-author: Christopher Chalmers-maintainer: c.chalmers@me.com-copyright: 2015 Christopher Chalmers-category: System-build-type: Simple-extra-source-files: README.md, CHANGELOG.md-cabal-version: >=1.10-tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3--source-repository head- type: git- location: http://github.com/cchalmers/texrunner--library- exposed-modules:- System.Texrunner- System.Texrunner.Online- System.Texrunner.Parse- build-depends:- base >=4.6 && <4.12,- bytestring >=0.10 && <1.0,- filepath,- directory >=1.2 && <2.0,- temporary >=1.2 && <2.0,- process >=1.2 && <2.0,- mtl >=2.1 && <3.0,- attoparsec >=0.10 && <1.0,- io-streams >=1.1 && <2.0,- semigroups- hs-source-dirs: src- ghc-options: -Wall- default-language: Haskell2010--test-suite tests- type: exitcode-stdio-1.0- hs-source-dirs: tests- main-is: Tests.hs- other-modules: Tex.PDF, Tex.LogParse- ghc-options: -Wall- default-language: Haskell2010-- build-depends:- base,- lens,- test-framework,- test-framework-hunit,- HUnit,- bytestring,+name: texrunner +version: 0.0.1.2 +x-revision: 1 +synopsis: Functions for running Tex from Haskell. +description: + texrunner is an interface to tex that attempts to parse errors and + can parse tex in online mode to retrive hbox sizes. + . + This package should be considered very experimental. Eventually I hope + it will be good enough for general use but for now it's only suitable + for simple things. +license: BSD3 +license-file: LICENSE +bug-reports: http://github.com/cchalmers/texrunner/issues +author: Christopher Chalmers +maintainer: c.chalmers@me.com +copyright: 2015 Christopher Chalmers +category: System +build-type: Simple +extra-source-files: README.md, CHANGELOG.md +cabal-version: >=1.10 +tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1 + +source-repository head + type: git + location: http://github.com/cchalmers/texrunner + +library + exposed-modules: + System.Texrunner + System.Texrunner.Online + System.Texrunner.Parse + build-depends: + base >=4.6 && <4.13, + bytestring >=0.10 && <1.0, + filepath, + directory >=1.2 && <2.0, + temporary >=1.2 && <2.0, + process >=1.2 && <2.0, + mtl >=2.1 && <3.0, + attoparsec >=0.10 && <1.0, + io-streams >=1.1 && <2.0, + semigroups + hs-source-dirs: src + ghc-options: -Wall + default-language: Haskell2010 + +test-suite tests + type: exitcode-stdio-1.0 + hs-source-dirs: tests + main-is: Tests.hs + other-modules: Tex.PDF, Tex.LogParse + ghc-options: -Wall + default-language: Haskell2010 + + build-depends: + base, + lens, + test-framework, + test-framework-hunit, + HUnit, + bytestring, texrunner-
revision 2
name: texrunner version: 0.0.1.2 -x-revision: 1 +x-revision: 2 synopsis: Functions for running Tex from Haskell. description: texrunner is an interface to tex that attempts to parse errors and build-type: Simple extra-source-files: README.md, CHANGELOG.md cabal-version: >=1.10 -tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1 +tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1, GHC ==8.8.1 source-repository head type: git System.Texrunner.Online System.Texrunner.Parse build-depends: - base >=4.6 && <4.13, + base >=4.6 && <4.14, bytestring >=0.10 && <1.0, filepath, directory >=1.2 && <2.0, test-framework-hunit, HUnit, bytestring, - texrunner+ texrunner
revision 3
name: texrunner version: 0.0.1.2 -x-revision: 2 +x-revision: 3 synopsis: Functions for running Tex from Haskell. description: texrunner is an interface to tex that attempts to parse errors and build-type: Simple extra-source-files: README.md, CHANGELOG.md cabal-version: >=1.10 -tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1, GHC ==8.8.1 +tested-with: GHC ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 source-repository head type: git System.Texrunner.Online System.Texrunner.Parse build-depends: - base >=4.6 && <4.14, + base >=4.6 && <4.16, bytestring >=0.10 && <1.0, filepath, directory >=1.2 && <2.0,
revision 4
name: texrunner version: 0.0.1.2 -x-revision: 3 +x-revision: 4 synopsis: Functions for running Tex from Haskell. description: texrunner is an interface to tex that attempts to parse errors and build-type: Simple extra-source-files: README.md, CHANGELOG.md cabal-version: >=1.10 -tested-with: GHC ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 +tested-with: GHC ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1 source-repository head type: git System.Texrunner.Online System.Texrunner.Parse build-depends: - base >=4.6 && <4.16, + base >=4.6 && <4.17, bytestring >=0.10 && <1.0, filepath, directory >=1.2 && <2.0,
revision 5
name: texrunner version: 0.0.1.2 -x-revision: 4 +x-revision: 5 synopsis: Functions for running Tex from Haskell. description: texrunner is an interface to tex that attempts to parse errors and build-type: Simple extra-source-files: README.md, CHANGELOG.md cabal-version: >=1.10 -tested-with: GHC ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1 +tested-with: GHC ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 source-repository head type: git System.Texrunner.Online System.Texrunner.Parse build-depends: - base >=4.6 && <4.17, + base >=4.6 && <4.18, bytestring >=0.10 && <1.0, filepath, directory >=1.2 && <2.0,