From 1b7f21ba636e4034f76495deafd0ac6ca9758a4e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 2 Jun 2016 23:29:36 +0200 Subject: rudimentary state --- sequence.cabal | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'sequence.cabal') diff --git a/sequence.cabal b/sequence.cabal index 0cea160..3d9e66f 100644 --- a/sequence.cabal +++ b/sequence.cabal @@ -17,8 +17,21 @@ cabal-version: >=1.10 executable sequence main-is: Main.hs - -- other-modules: + other-modules: Sequence.Types -- other-extensions: - build-depends: base >=4.8 && <4.9 + build-depends: base >=4.8 && <5 + , Shellac + , Shellac-haskeline + , data-default + , xdg-basedir + , filepath + , directory + , containers + , case-insensitive + , lens + , bimap + , mtl + , table-layout + , game-probability hs-source-dirs: src default-language: Haskell2010 \ No newline at end of file -- cgit v1.2.3