flake
This commit is contained in:
parent
9cdd10eb0e
commit
e045575dda
@ -34,6 +34,8 @@
|
||||
buildInputs = with pkgs; [
|
||||
haskellPackages.haskell-language-server # you must build it with your ghc to work
|
||||
ghcid
|
||||
hlint
|
||||
ghc
|
||||
cabal-install
|
||||
];
|
||||
inputsFrom =
|
||||
|
@ -1,5 +1,3 @@
|
||||
module Main where
|
||||
|
||||
import Options.Applicative
|
||||
import qualified Data.ByteString.Lazy as BSL
|
||||
|
||||
|
@ -89,6 +89,14 @@ library
|
||||
-- Base language which the package is written in.
|
||||
default-language: Haskell2010
|
||||
|
||||
executable importer
|
||||
import: warnings
|
||||
main-is: Main.hs
|
||||
hs-source-dirs: importer
|
||||
default-language: Haskell2010
|
||||
build-depends:
|
||||
base,
|
||||
text
|
||||
executable quotes-api
|
||||
-- Import common warning flags.
|
||||
import: warnings
|
||||
|
Loading…
Reference in New Issue
Block a user