55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: turing-hs
|
|
version: 0.1.0.0
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
|
|
library
|
|
exposed-modules:
|
|
TuringHS
|
|
TuringHS.Interpreter
|
|
TuringHS.Operator
|
|
TuringHS.Parser
|
|
other-modules:
|
|
Paths_turing_hs
|
|
hs-source-dirs:
|
|
src
|
|
ghc-options: -Wall -Werror -Wcompat -Widentities -Wincomplete-patterns -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wname-shadowing -Wpartial-fields -Wredundant-constraints -Wunused-packages -Wunused-type-patterns
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
default-language: Haskell2010
|
|
|
|
executable turing
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_turing_hs
|
|
hs-source-dirs:
|
|
app
|
|
ghc-options: -Wall -Werror -Wcompat -Widentities -Wincomplete-patterns -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wname-shadowing -Wpartial-fields -Wredundant-constraints -Wunused-packages -Wunused-type-patterns -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
, turing-hs
|
|
default-language: Haskell2010
|
|
|
|
test-suite turing-hs-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
TuringHS.OperatorSpec
|
|
TuringHS.ParserSpec
|
|
Paths_turing_hs
|
|
hs-source-dirs:
|
|
test
|
|
ghc-options: -Wall -Werror -Wcompat -Widentities -Wincomplete-patterns -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wname-shadowing -Wpartial-fields -Wredundant-constraints -Wunused-packages -Wunused-type-patterns -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
, hspec
|
|
, turing-hs
|
|
default-language: Haskell2010
|