Skip to content

Instantly share code, notes, and snippets.

@Abbath
Created October 9, 2018 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Abbath/1f75da2ac0629632ec9a2a2ccd808d58 to your computer and use it in GitHub Desktop.
Save Abbath/1f75da2ac0629632ec9a2a2ccd808d58 to your computer and use it in GitHub Desktop.
name: Calculator
version: 0.4.3.0
synopsis: Calculator
-- description:
-- license:
-- license-file:
homepage:
author:
maintainer:
category:
-- copyright:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
extra-source-files: src/Calculator/AlexLexer.x
src/Calculator/HappyParser.y
executable Calculator
main-is: Main.hs
build-depends: base >= 4.7 && < 5
, array
, containers
, lens
, mtl
, megaparsec
, ieee754
, optparse-applicative
, haskeline
, text
, blaze-html
, scotty
, clay
, aeson
, bytestring
, wai-middleware-static
, integration
, random
, directory
, time
, wai
, http-types
, telegram-api
, wreq
, lens-aeson
, filepath
, scientific
, http-client
, http-client-tls
hs-source-dirs: src
build-tools: alex, happy
default-language: Haskell2010
other-modules: Calculator
, Calculator.Evaluator
, Calculator.AlexLexer
, Calculator.HappyParser
, Calculator.Lexer
, Calculator.Parser
, Calculator.Types
, Calculator.MegaLexer
, Calculator.MegaParser
, Calculator.Tests
, Calculator.Css
ghc-options: -O2 -Wall -Werror
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment