0.1.6 • Published 12 months ago

@haskell-org/haskell-loader v0.1.6

Weekly downloads
-
License
BSD-3-Clause
Repository
gitlab
Last release
12 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

12 months ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago