0.1.6 • Published 11 months ago

@haskell-org/haskell-loader v0.1.6

Weekly downloads
-
License
BSD-3-Clause
Repository
gitlab
Last release
11 months ago

haskell-loader

Webpack loader for .cabal projects. Allows you to specify a .cabal or .project file as an entry in Webpack projects.

Example:

{
  test: /\.(cabal|project)$/,
  use: 
    {
      loader: "@haskell-org/haskell-loader",
      options: {
        "install-ghc": "9.12.1",
        "install-cabal": "3.14.1.1",
        "system-tools": false, // don't use system tools since we're installing local ones
        "executable": "example"
      }
    }
},

You can follow an example setup here.

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago