Skip to content
Snippets Groups Projects
Select Git revision
  • 4fb5d083e4b629bad2842ed37b8e6560af61deae
  • main default protected
  • 75389691-a67c-422a-91e9-aa58bfb5-main-patch-32205
  • test-pipe
  • extended-scripts
  • structured-badges
  • guix-pipeline
  • cabal-pipeline
8 results

walint.cabal

Blame
  • stuebinm's avatar
    stuebinm authored
    (for now, just a list of all maps and their current status)
    89ccd9e9
    History
    walint.cabal 2.13 KiB
    cabal-version: 1.12
    
    -- This file has been generated from package.yaml by hpack version 0.34.5.
    --
    -- see: https://github.com/sol/hpack
    
    name:           walint
    version:        0.1
    homepage:       https://stuebinm.eu/git/walint
    author:         stuebinm
    maintainer:     stuebinm@disroot.org
    copyright:      2022 stuebinm
    build-type:     Simple
    
    library
      exposed-modules:
          CheckDir
          CheckMap
          WriteRepo
          Util
          Types
          LintConfig
      other-modules:
          Badges
          Dirgraph
          KindLinter
          LayerData
          LintWriter
          Paths
          Properties
          Tiled
          TiledAbstract
          Uris
          Paths_walint
      hs-source-dirs:
          lib
      ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
      build-depends:
          HList
        , aeson
        , base
        , bytestring
        , containers
        , dotgen
        , either
        , extra
        , filepath
        , getopt-generics
        , mtl
        , network-uri
        , regex-tdfa
        , text
        , text-metrics
        , transformers
        , uri-encode
        , vector
        , witherable
      default-language: Haskell2010
    
    executable server
      main-is: Main.hs
      other-modules:
          Handlers
          HtmlOrphans
          Server
          Paths_walint
      hs-source-dirs:
          server
      ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
      build-depends:
          aeson
        , base
        , base-compat
        , bytestring
        , cli-extras
        , cli-git
        , containers
        , directory
        , dotgen
        , extra
        , filepath
        , http-media
        , logging-effect
        , lucid
        , microlens
        , microlens-th
        , mtl
        , process
        , servant
        , servant-lucid
        , servant-server
        , string-conversions
        , text
        , time
        , tomland
        , uuid
        , wai
        , walint
        , warp
      default-language: Haskell2010
    
    executable walint
      main-is: Main.hs
      ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
      build-depends:
          aeson
        , aeson-pretty
        , base
        , bytestring
        , getopt-generics
        , mtl
        , process
        , template-haskell
        , text
        , walint
      hs-source-dirs:
          src
      default-language: Haskell2010
      other-modules:
          Version
          Paths_walint