Skip to content

Commit

Permalink
Remove deprecated C bits
Browse files Browse the repository at this point in the history
See also: 7d36863

Fixes haskell#50.
  • Loading branch information
Rufflewind committed Jun 13, 2016
1 parent 6d2e72d commit 5d21b8b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 87 deletions.
9 changes: 0 additions & 9 deletions cbits/directory.c

This file was deleted.

6 changes: 6 additions & 0 deletions changelog.md
@@ -1,6 +1,12 @@
Changelog for the [`directory`][1] package
==========================================

## 1.2.7.0 (June 2015)

* Remove deprecated C bits. This means `HsDirectory.h` and its functions
are no longer available.
([#50](https://github.com/haskell/directory/issues/50))

## 1.2.6.3 (May 2016)

* Add missing import of `(<*>)` on Windows for `base` earlier than 4.8.0.0
Expand Down
10 changes: 2 additions & 8 deletions directory.cabal
@@ -1,5 +1,5 @@
name: directory
version: 1.2.6.3
version: 1.2.7.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
Expand Down Expand Up @@ -49,13 +49,7 @@ Library
System.Directory.Internal.Posix
System.Directory.Internal.Windows

c-sources:
cbits/directory.c
include-dirs: . include
includes:
HsDirectory.h
install-includes:
HsDirectory.h
include-dirs: .

build-depends:
base >= 4.5 && < 4.10,
Expand Down
70 changes: 0 additions & 70 deletions include/HsDirectory.h

This file was deleted.

0 comments on commit 5d21b8b

Please sign in to comment.