Skip to content

Commit

Permalink
Update GHC/HLS/Stack/whatever version
Browse files Browse the repository at this point in the history
  • Loading branch information
ionathanch committed Aug 17, 2023
1 parent 1a4f724 commit bf07cbc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"haskell.toolchain": {
"ghc": null,
"cabal": null,
"stack": null,
"hls": "2.1.0.0"
}
}
3 changes: 1 addition & 2 deletions src/LevelSolver.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import qualified Text.Read as Read

import Data.SBV as SBV
import Data.SBV.Internals

import Data.SBV.Control
import Control.Monad
import qualified Data.Map as Map
Expand Down Expand Up @@ -93,7 +92,7 @@ makeGoal cs = do
constrain $ 0 .<= x
return (v,x)) vs
mapM_ (`process` varmap) cs
SBV.existential [] sTrue
pure sTrue
-- minimize "goal" (sum (map snd vars))

type Vars = [(LName, SInteger)]
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-20.21
resolver: lts-21.7

system-ghc: true

Expand Down
2 changes: 1 addition & 1 deletion stratt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: stratt
version: 0.1
build-type: Simple
synopsis: A prototype implementation of Stratified Type Theory
tested-with: GHC == 9.2.7
tested-with: GHC == 9.4.5

common shared-properties
default-language:
Expand Down
2 changes: 1 addition & 1 deletion stratt.cabal.bak
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainer: Jonathan Chan <[email protected]>
synopsis: A prototype implementation of Stratified Type Theory
description:
category: Compilers/Interpreters
tested-with: GHC == 9.2.7
tested-with: GHC == 9.4.5

source-repository head
type: git
Expand Down

0 comments on commit bf07cbc

Please sign in to comment.