packages feed

Cabal revisions of literatex-0.2.0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:           literatex-version:        0.2.0.2-category:       Utils-synopsis:       transform literate source code to Markdown-description:-  This package provides a library as well as a command-line utility that-  transforms literate source code to Markdown.  Please see the README on-  GitHub at <https://github.com/ExtremaIS/literatex-haskell#readme>.--homepage:       https://github.com/ExtremaIS/literatex-haskell#readme-bug-reports:    https://github.com/ExtremaIS/literatex-haskell/issues-author:         Travis Cardwell <travis.cardwell@extrema.is>-maintainer:     Travis Cardwell <travis.cardwell@extrema.is>-copyright:      Copyright (c) 2021-2022 Travis Cardwell-license:        MIT-license-file:   LICENSE--cabal-version:  1.24-build-type:     Simple-tested-with:-  GHC ==8.2.2-   || ==8.4.4-   || ==8.6.5-   || ==8.8.4-   || ==8.10.7-   || ==9.0.2-   || ==9.2.1--extra-source-files:-  CHANGELOG.md-  README.md--source-repository head-  type: git-  location: https://github.com/ExtremaIS/literatex-haskell.git--flag examples-  description: build examples-  default: False--flag write-hie-  description: write .hie files-  default: False--library-  hs-source-dirs: src-  exposed-modules:-      LiterateX-    , LiterateX.Parser-    , LiterateX.Renderer-    , LiterateX.SourceDefaults-    , LiterateX.Types-    , LiterateX.Types.CodeLanguage-    , LiterateX.Types.SourceFormat-    , LiterateX.Types.SourceLine-    , LiterateX.Types.TargetFormat-  other-modules:-      Paths_literatex-  build-depends:-      base >=4.7 && <5-    , bytestring >=0.10.8 && <0.12-    , conduit >=1.3 && <1.4-    , text >=1.2.3 && <2.1-    , ttc >=0.4 && <1.2-    , unliftio >=0.2 && <0.3-  default-language: Haskell2010-  default-extensions:-      OverloadedStrings-  if flag(write-hie)-    ghc-options: -Wall -fwrite-ide-info -hiedir=.hie-  else-    ghc-options: -Wall--executable literatex-  hs-source-dirs: app-  main-is: Main.hs-  other-modules:-      LibOA-  build-depends:-      ansi-wl-pprint >=0.6 && <0.7-    , base-    , optparse-applicative >=0.14 && <0.18-    , literatex-    , ttc-  default-language: Haskell2010-  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N--executable example-highlevel-  if flag(examples)-    buildable: True-  else-    buildable: False-  hs-source-dirs: examples-  main-is: highlevel.lhs-  build-depends:-      base-    , literatex-  default-language: Haskell2010-  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N--executable example-lowlevel-  if flag(examples)-    buildable: True-  else-    buildable: False-  hs-source-dirs: examples-  main-is: lowlevel.hs-  build-depends:-      base-    , literatex-  default-language: Haskell2010-  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N--test-suite literatex-test-  type: exitcode-stdio-1.0-  hs-source-dirs: test-  main-is: Spec.hs-  other-modules:-      LiterateX.Test.API-    , LiterateX.Test.SourceFormat-    , LiterateX.Test.SourceFormat.DoubleDash-    , LiterateX.Test.SourceFormat.DoubleSlash-    , LiterateX.Test.SourceFormat.Hash-    , LiterateX.Test.SourceFormat.LispSemicolons-    , LiterateX.Test.SourceFormat.LiterateHaskell-    , LiterateX.Test.SourceFormat.Percent-    , LiterateX.Test.TargetFormat-  build-depends:-      base-    , bytestring-    , filepath-    , literatex-    , tasty-    , tasty-hunit-    , text-    , ttc-    , unliftio-  default-language: Haskell2010-  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N+name:           literatex
+version:        0.2.0.2
+x-revision: 1
+category:       Utils
+synopsis:       transform literate source code to Markdown
+description:
+  This package provides a library as well as a command-line utility that
+  transforms literate source code to Markdown.  Please see the README on
+  GitHub at <https://github.com/ExtremaIS/literatex-haskell#readme>.
+
+homepage:       https://github.com/ExtremaIS/literatex-haskell#readme
+bug-reports:    https://github.com/ExtremaIS/literatex-haskell/issues
+author:         Travis Cardwell <travis.cardwell@extrema.is>
+maintainer:     Travis Cardwell <travis.cardwell@extrema.is>
+copyright:      Copyright (c) 2021-2022 Travis Cardwell
+license:        MIT
+license-file:   LICENSE
+
+cabal-version:  1.24
+build-type:     Simple
+tested-with:
+  GHC ==8.2.2
+   || ==8.4.4
+   || ==8.6.5
+   || ==8.8.4
+   || ==8.10.7
+   || ==9.0.2
+   || ==9.2.1
+
+extra-source-files:
+  CHANGELOG.md
+  README.md
+
+source-repository head
+  type: git
+  location: https://github.com/ExtremaIS/literatex-haskell.git
+
+flag examples
+  description: build examples
+  default: False
+
+flag write-hie
+  description: write .hie files
+  default: False
+
+library
+  hs-source-dirs: src
+  exposed-modules:
+      LiterateX
+    , LiterateX.Parser
+    , LiterateX.Renderer
+    , LiterateX.SourceDefaults
+    , LiterateX.Types
+    , LiterateX.Types.CodeLanguage
+    , LiterateX.Types.SourceFormat
+    , LiterateX.Types.SourceLine
+    , LiterateX.Types.TargetFormat
+  other-modules:
+      Paths_literatex
+  build-depends:
+      base >=4.7 && <5
+    , bytestring >=0.10.8 && <0.12
+    , conduit >=1.3 && <1.4
+    , text >=1.2.3 && <2.1
+    , ttc >=0.4 && <1.3
+    , unliftio >=0.2 && <0.3
+  default-language: Haskell2010
+  default-extensions:
+      OverloadedStrings
+  if flag(write-hie)
+    ghc-options: -Wall -fwrite-ide-info -hiedir=.hie
+  else
+    ghc-options: -Wall
+
+executable literatex
+  hs-source-dirs: app
+  main-is: Main.hs
+  other-modules:
+      LibOA
+  build-depends:
+      ansi-wl-pprint >=0.6 && <0.7
+    , base
+    , optparse-applicative >=0.14 && <0.18
+    , literatex
+    , ttc
+  default-language: Haskell2010
+  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+
+executable example-highlevel
+  if flag(examples)
+    buildable: True
+  else
+    buildable: False
+  hs-source-dirs: examples
+  main-is: highlevel.lhs
+  build-depends:
+      base
+    , literatex
+  default-language: Haskell2010
+  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+
+executable example-lowlevel
+  if flag(examples)
+    buildable: True
+  else
+    buildable: False
+  hs-source-dirs: examples
+  main-is: lowlevel.hs
+  build-depends:
+      base
+    , literatex
+  default-language: Haskell2010
+  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+
+test-suite literatex-test
+  type: exitcode-stdio-1.0
+  hs-source-dirs: test
+  main-is: Spec.hs
+  other-modules:
+      LiterateX.Test.API
+    , LiterateX.Test.SourceFormat
+    , LiterateX.Test.SourceFormat.DoubleDash
+    , LiterateX.Test.SourceFormat.DoubleSlash
+    , LiterateX.Test.SourceFormat.Hash
+    , LiterateX.Test.SourceFormat.LispSemicolons
+    , LiterateX.Test.SourceFormat.LiterateHaskell
+    , LiterateX.Test.SourceFormat.Percent
+    , LiterateX.Test.TargetFormat
+  build-depends:
+      base
+    , bytestring
+    , filepath
+    , literatex
+    , tasty
+    , tasty-hunit
+    , text
+    , ttc
+    , unliftio
+  default-language: Haskell2010
+  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
revision 2
 name:           literatex
 version:        0.2.0.2
-x-revision: 1
+x-revision: 2
 category:       Utils
 synopsis:       transform literate source code to Markdown
 description:
    || ==8.8.4
    || ==8.10.7
    || ==9.0.2
-   || ==9.2.1
+   || ==9.2.7
+   || ==9.4.4
+   || ==9.6.1
 
 extra-source-files:
   CHANGELOG.md
   other-modules:
       Paths_literatex
   build-depends:
-      base >=4.7 && <5
+      base >=4.10.1 && <4.19
     , bytestring >=0.10.8 && <0.12
     , conduit >=1.3 && <1.4
     , text >=1.2.3 && <2.1
   build-depends:
       base
     , bytestring
-    , filepath
+    , filepath >=1.4 && <1.5
     , literatex
-    , tasty
-    , tasty-hunit
+    , tasty >=1.0 && <1.5
+    , tasty-hunit >=0.10 && <0.11
     , text
     , ttc
     , unliftio