Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions hoogle.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cabal-version: >= 1.18
cabal-version: 2.4
build-type: Simple
name: hoogle
version: 5.0.18.1
license: BSD3
license: BSD-3-Clause
license-file: LICENSE
category: Development
author: Neil Mitchell <[email protected]>
Expand All @@ -23,6 +23,7 @@ extra-source-files:
cbits/*.h
cbits/*.c
data-files:
misc/sample-data/**/*.txt
misc/settings.txt
html/*.js
html/*.png
Expand Down Expand Up @@ -97,6 +98,9 @@ library
exposed-modules:
Hoogle

autogen-modules:
Paths_hoogle

other-modules:
Paths_hoogle
Action.CmdLine
Expand Down