Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
tdfirth committed May 15, 2017
1 parent dc33afa commit 4fe8f0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
9 changes: 4 additions & 5 deletions lambda.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ executable lambda
, Lambda.Utils
-- other-modules:
-- other-extensions:
build-depends: base >= 4.0.0.0 && <=4.9.1.0
, parsec >=3.0.0 && <=3.1.11
, mtl >= 2.0.0 && <= 2.2.1
, haskeline >=0.7.0.0 && <= 0.7.4.1
, hashtables >=1.2.0
build-depends: base
, parsec
, mtl
, haskeline
hs-source-dirs: src
default-language: Haskell2010

Expand Down
3 changes: 2 additions & 1 deletion src/Lambda/Environment.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import Lambda.Types

import qualified Data.Map.Strict as Map

return
foo :: Int
foo = 1
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-8.13
resolver: lts-8.5

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down

0 comments on commit 4fe8f0d

Please sign in to comment.