Skip to content

Commit 4757dcb

Browse files
committed
Use Proxy from prescript-proxy
1 parent 0079b03 commit 4757dcb

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# Module Documentation
22

3-
## Module Type.Proxy
4-
5-
#### `Proxy`
6-
7-
``` purescript
8-
data Proxy a
9-
= Proxy
10-
```
11-
12-
13-
143
## Module Network.HTTP.Affjax
154

165
#### `Ajax`

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"purescript-dom": "~0.1.2",
2525
"purescript-foreign": "~0.4.2",
2626
"purescript-integers": "~0.0.1",
27-
"purescript-nullable": "~0.1.1"
27+
"purescript-nullable": "~0.1.1",
28+
"purescript-proxy": "~0.1.0"
2829
}
2930
}

src/Type/Proxy.purs

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)