Skip to content

Commit

Permalink
Adapt PFLP to library changes
Browse files Browse the repository at this point in the history
  • Loading branch information
finnteegen committed Mar 27, 2019
1 parent 03b9eff commit 435aafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"sourceDirs" : [ "src" ],
"exportedModules": [ "PFLP" ],
"dependencies": {
"searchtree" : ">= 1.0.0"
},
"compilerCompatibility": {
"kics2": ">= 2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/PFLP.curry
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module PFLP
, replicateDist
) where

import Findall (allValues)
import Control.Findall (allValues)

infixl 1 >>>=
infixr 1 ??
Expand Down

0 comments on commit 435aafc

Please sign in to comment.