Skip to content

Commit

Permalink
Try disabling stripping for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed May 9, 2024
1 parent f545849 commit 4e09e49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
cd $out
chmod u+w "$name"
strip "$name"
# strip "$name"
tar -czvf $name.tar.gz $name
'';
Expand Down
2 changes: 1 addition & 1 deletion haskell-notebook-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: haskell-notebook-language-server
version: 0.3.2.0
version: 0.3.3.0
license: BSD3
license-file: LICENSE
build-type: Simple
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskell-notebook-language-server
version: 0.3.2.0
version: 0.3.3.0

extra-source-files:
- README.md
Expand Down

0 comments on commit 4e09e49

Please sign in to comment.